import { PurchaseOrderItem } from './PurchaseOrderItem'; import { PurchaseOrderItemRequestBuilder } from './PurchaseOrderItemRequestBuilder'; import { PurchaseOrderApi } from './PurchaseOrderApi'; import { PurOrdAccountAssignmentApi } from './PurOrdAccountAssignmentApi'; import { PurchaseOrderItemNoteApi } from './PurchaseOrderItemNoteApi'; import { PurOrdPricingElementApi } from './PurOrdPricingElementApi'; import { PurchaseOrderScheduleLineApi } from './PurchaseOrderScheduleLineApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink, Link } from '@sap-cloud-sdk/odata-v2'; export declare class PurchaseOrderItemApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ PurchaseOrderApi, PurOrdAccountAssignmentApi, PurchaseOrderItemNoteApi, PurOrdPricingElementApi, PurchaseOrderScheduleLineApi ]): this; entityConstructor: typeof PurchaseOrderItem; requestBuilder(): PurchaseOrderItemRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toPurchaseOrder]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_ORDER: OneToOneLink, DeSerializersT, PurchaseOrderApi>; /** * Static representation of the one-to-many navigation property [[toAccountAssignment]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_ACCOUNT_ASSIGNMENT: Link, DeSerializersT, PurOrdAccountAssignmentApi>; /** * Static representation of the one-to-many navigation property [[toPurchaseOrderItemNote]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_ORDER_ITEM_NOTE: Link, DeSerializersT, PurchaseOrderItemNoteApi>; /** * Static representation of the one-to-many navigation property [[toPurchaseOrderPricingElement]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_ORDER_PRICING_ELEMENT: Link, DeSerializersT, PurOrdPricingElementApi>; /** * Static representation of the one-to-many navigation property [[toScheduleLine]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SCHEDULE_LINE: Link, DeSerializersT, PurchaseOrderScheduleLineApi>; /** * Static representation of the [[purchaseOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[purchaseOrderItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[purchasingDocumentDeletionCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_DELETION_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseOrderItemText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_ITEM_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[storageLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingInfoRecord]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_INFO_RECORD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplierMaterialNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_MATERIAL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[purchaseOrderQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderPriceUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_PRICE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderPriceUnitToOrderUnitNmrtr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_PRICE_UNIT_TO_ORDER_UNIT_NMRTR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[ordPriceUnitToOrderUnitDnmntr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORD_PRICE_UNIT_TO_ORDER_UNIT_DNMNTR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[documentCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[netPriceAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NET_PRICE_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[netPriceQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NET_PRICE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[taxCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shippingInstruction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIPPING_INSTRUCTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[taxDeterminationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_DETERMINATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[taxCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[priceIsToBePrinted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRICE_IS_TO_BE_PRINTED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[overdelivTolrtdLmtRatioInPct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERDELIV_TOLRTD_LMT_RATIO_IN_PCT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[unlimitedOverdeliveryIsAllowed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNLIMITED_OVERDELIVERY_IS_ALLOWED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[underdelivTolrtdLmtRatioInPct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNDERDELIV_TOLRTD_LMT_RATIO_IN_PCT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[valuationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALUATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isCompletelyDelivered]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_COMPLETELY_DELIVERED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[isFinallyInvoiced]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_FINALLY_INVOICED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[purchaseOrderItemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_ITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[accountAssignmentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACCOUNT_ASSIGNMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[multipleAcctAssgmtDistribution]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MULTIPLE_ACCT_ASSGMT_DISTRIBUTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[partialInvoiceDistribution]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PARTIAL_INVOICE_DISTRIBUTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsReceiptIsExpected]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_RECEIPT_IS_EXPECTED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[goodsReceiptIsNonValuated]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_RECEIPT_IS_NON_VALUATED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[invoiceIsExpected]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVOICE_IS_EXPECTED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[invoiceIsGoodsReceiptBased]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVOICE_IS_GOODS_RECEIPT_BASED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[purchaseContract]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_CONTRACT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseContractItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_CONTRACT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[customer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[subcontractor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBCONTRACTOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplierIsSubcontractor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_IS_SUBCONTRACTOR: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[itemNetWeight]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_NET_WEIGHT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemWeightUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_WEIGHT_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[taxJurisdiction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_JURISDICTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pricingDateControl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRICING_DATE_CONTROL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemVolume]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_VOLUME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemVolumeUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_VOLUME_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplierConfirmationControlKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_CONFIRMATION_CONTROL_KEY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsClassification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_CLASSIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsTransferLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_TRANSFER_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[evaldRcptSettlmtIsAllowed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EVALD_RCPT_SETTLMT_IS_ALLOWED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[purchaseRequisition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseRequisitionItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isReturnsItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_RETURNS_ITEM: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[requisitionerName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUISITIONER_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[servicePackage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_PACKAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[earmarkedFunds]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EARMARKED_FUNDS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[earmarkedFundsDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EARMARKED_FUNDS_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[earmarkedFundsItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EARMARKED_FUNDS_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[earmarkedFundsDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EARMARKED_FUNDS_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsLocation1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_LOCATION_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsLocation2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_LOCATION_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[internationalArticleNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNATIONAL_ARTICLE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[manufacturerMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUFACTURER_MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[servicePerformer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_PERFORMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[expectedOverallLimitAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXPECTED_OVERALL_LIMIT_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[overallLimitAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_LIMIT_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[purContractForOverallLimit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_CONTRACT_FOR_OVERALL_LIMIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingParentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_PARENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgConfigurableItemNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_CONFIGURABLE_ITEM_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgDocAggrgdSubitemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_DOC_AGGRGD_SUBITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgDocSubitemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_DOC_SUBITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgExternalSortNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_EXTERNAL_SORT_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceDeliveryAddressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_DELIVERY_ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressName2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_NAME_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressFullName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_FULL_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressStreetName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_STREET_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressHouseNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_HOUSE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressCityName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_CITY_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressPostalCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_POSTAL_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressRegion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_REGION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressCountry]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_COUNTRY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryAddressDistrictName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ADDRESS_DISTRICT_NAME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[downPaymentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOWN_PAYMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[downPaymentPercentageOfTotAmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOWN_PAYMENT_PERCENTAGE_OF_TOT_AMT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[downPaymentAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOWN_PAYMENT_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[downPaymentDueDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOWN_PAYMENT_DUE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[brMaterialUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BR_MATERIAL_USAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[brMaterialOrigin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BR_MATERIAL_ORIGIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[brCfopCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BR_CFOP_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[brIsProducedInHouse]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BR_IS_PRODUCED_IN_HOUSE: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[consumptionTaxCtrlCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONSUMPTION_TAX_CTRL_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgProdCmplncSupplierStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_PROD_CMPLNC_SUPPLIER_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgProductMarketabilityStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_PRODUCT_MARKETABILITY_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgSafetyDataSheetStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_SAFETY_DATA_SHEET_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purgProdCmplncDngrsGoodsStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURG_PROD_CMPLNC_DNGRS_GOODS_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=PurchaseOrderItemApi.d.ts.map