import { OutbDeliveryItem } from './OutbDeliveryItem'; import { OutbDeliveryItemRequestBuilder } from './OutbDeliveryItemRequestBuilder'; import { OutbDeliveryDocFlowApi } from './OutbDeliveryDocFlowApi'; import { SerialNmbrDeliveryApi } from './SerialNmbrDeliveryApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, OrderableEdmTypeField, EdmTypeField, Link, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class OutbDeliveryItemApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ OutbDeliveryDocFlowApi, SerialNmbrDeliveryApi ]): this; entityConstructor: typeof OutbDeliveryItem; requestBuilder(): OutbDeliveryItemRequestBuilder; 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-many navigation property [[toDocumentFlow]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_DOCUMENT_FLOW: Link, DeSerializersT, OutbDeliveryDocFlowApi>; /** * Static representation of the one-to-one navigation property [[toSerialDeliveryItem]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SERIAL_DELIVERY_ITEM: OneToOneLink, DeSerializersT, SerialNmbrDeliveryApi>; /** * Static representation of the [[actualDeliveredQtyInBaseUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACTUAL_DELIVERED_QTY_IN_BASE_UNIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[deliveryVersion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_VERSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[actualDeliveryQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACTUAL_DELIVERY_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[additionalCustomerGroup1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_CUSTOMER_GROUP_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalCustomerGroup2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_CUSTOMER_GROUP_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalCustomerGroup3]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_CUSTOMER_GROUP_3: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalCustomerGroup4]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_CUSTOMER_GROUP_4: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalCustomerGroup5]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_CUSTOMER_GROUP_5: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalMaterialGroup1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_MATERIAL_GROUP_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalMaterialGroup2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_MATERIAL_GROUP_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalMaterialGroup3]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_MATERIAL_GROUP_3: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalMaterialGroup4]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_MATERIAL_GROUP_4: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[additionalMaterialGroup5]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDITIONAL_MATERIAL_GROUP_5: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[alternateProductNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALTERNATE_PRODUCT_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[baseUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BASE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batchBySupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH_BY_SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batchClassification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH_CLASSIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[bomExplosion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BOM_EXPLOSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[businessArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_AREA: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[consumptionPosting]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONSUMPTION_POSTING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[controllingArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONTROLLING_AREA: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[costCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COST_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[createdByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[creationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[creationTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[custEngineeringChgStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUST_ENGINEERING_CHG_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[deliveryDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[deliveryDocumentItemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_ITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryDocumentItemText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_ITEM_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryRelatedBillingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_RELATED_BILLING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryToBaseQuantityDnmntr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_TO_BASE_QUANTITY_DNMNTR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[deliveryToBaseQuantityNmrtr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_TO_BASE_QUANTITY_NMRTR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[departmentClassificationByCust]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEPARTMENT_CLASSIFICATION_BY_CUST: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[distributionChannel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DISTRIBUTION_CHANNEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[division]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DIVISION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fixedShipgProcgDurationInDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FIXED_SHIPG_PROCG_DURATION_IN_DAYS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[glAccount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GL_ACCOUNT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsMovementReasonCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_MOVEMENT_REASON_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsMovementStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_MOVEMENT_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsMovementType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_MOVEMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[higherLevelItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HIGHER_LEVEL_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionLot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_LOT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inspectionPartialLot]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSPECTION_PARTIAL_LOT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[intercompanyBillingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERCOMPANY_BILLING_STATUS: 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 [[inventorySpecialStockType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_SPECIAL_STOCK_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inventoryValuationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_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 [[isNotGoodsMovementsRelevant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_NOT_GOODS_MOVEMENTS_RELEVANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isSeparateValuation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_SEPARATE_VALUATION: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[issgOrRcvgBatch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSG_OR_RCVG_BATCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[issgOrRcvgMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSG_OR_RCVG_MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[issgOrRcvgSpclStockInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSG_OR_RCVG_SPCL_STOCK_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[issgOrRcvgStockCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSG_OR_RCVG_STOCK_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[issgOrRcvgValuationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSG_OR_RCVG_VALUATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[issuingOrReceivingPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSUING_OR_RECEIVING_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[issuingOrReceivingStorageLoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ISSUING_OR_RECEIVING_STORAGE_LOC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemBillingBlockReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_BILLING_BLOCK_REASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemBillingIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_BILLING_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemDeliveryIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_DELIVERY_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemGdsMvtIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_GDS_MVT_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemGeneralIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_GENERAL_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemGrossWeight]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_GROSS_WEIGHT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemIsBillingRelevant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_IS_BILLING_RELEVANT: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[itemPackingIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_PACKING_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemPickingIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_PICKING_INCOMPLETION_STATUS: 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 [[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 [[lastChangeDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[loadingGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOADING_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[manufactureDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUFACTURE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", 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 [[materialByCustomer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_BY_CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialFreightGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_FREIGHT_GROUP: 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 [[materialIsBatchManaged]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_IS_BATCH_MANAGED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[materialIsIntBatchManaged]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_IS_INT_BATCH_MANAGED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[numberOfSerialNumbers]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUMBER_OF_SERIAL_NUMBERS: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; /** * Static representation of the [[orderId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[originalDeliveryQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORIGINAL_DELIVERY_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[originallyRequestedMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORIGINALLY_REQUESTED_MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[packingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PACKING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[partialDeliveryIsAllowed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PARTIAL_DELIVERY_IS_ALLOWED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[paymentGuaranteeForm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_GUARANTEE_FORM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pickingConfirmationStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PICKING_CONFIRMATION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pickingControl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PICKING_CONTROL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pickingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PICKING_STATUS: 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 [[primaryPostingSwitch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRIMARY_POSTING_SWITCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productAvailabilityDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_AVAILABILITY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[productAvailabilityTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_AVAILABILITY_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[productConfiguration]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CONFIGURATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productHierarchyNode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_HIERARCHY_NODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[profitabilitySegment]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFITABILITY_SEGMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[profitCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFIT_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[proofOfDeliveryRelevanceCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROOF_OF_DELIVERY_RELEVANCE_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[proofOfDeliveryStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROOF_OF_DELIVERY_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[quantityIsFixed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUANTITY_IS_FIXED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[receivingPoint]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RECEIVING_POINT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceDocumentLogicalSystem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_DOCUMENT_LOGICAL_SYSTEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceSdDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_SD_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceSdDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_SD_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceSdDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_SD_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[retailPromotion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RETAIL_PROMOTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesDocumentItemType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_DOCUMENT_ITEM_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOffice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_OFFICE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sdDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sdProcessStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_PROCESS_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shelfLifeExpirationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHELF_LIFE_EXPIRATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[statisticsDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STATISTICS_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[stockType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STOCK_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[storageBin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_BIN: 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 [[storageType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[subsequentMovementType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUBSEQUENT_MOVEMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transportationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSPORTATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[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 [[varblShipgProcgDurationInDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VARBL_SHIPG_PROCG_DURATION_IN_DAYS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[warehouse]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[warehouseActivityStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE_ACTIVITY_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[warehouseStagingArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE_STAGING_AREA: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[warehouseStockCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE_STOCK_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[warehouseStorageBin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE_STORAGE_BIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=OutbDeliveryItemApi.d.ts.map