import { OutbDeliveryHeader } from './OutbDeliveryHeader'; import { OutbDeliveryHeaderRequestBuilder } from './OutbDeliveryHeaderRequestBuilder'; import { OutbDeliveryPartnerApi } from './OutbDeliveryPartnerApi'; import { OutbDeliveryItemApi } from './OutbDeliveryItemApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class OutbDeliveryHeaderApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ OutbDeliveryPartnerApi, OutbDeliveryItemApi ]): this; entityConstructor: typeof OutbDeliveryHeader; requestBuilder(): OutbDeliveryHeaderRequestBuilder; 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 [[toDeliveryDocumentPartner]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_DELIVERY_DOCUMENT_PARTNER: Link, DeSerializersT, OutbDeliveryPartnerApi>; /** * Static representation of the one-to-many navigation property [[toDeliveryDocumentItem]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_DELIVERY_DOCUMENT_ITEM: Link, DeSerializersT, OutbDeliveryItemApi>; /** * Static representation of the [[shippinglocationtimezone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIPPINGLOCATIONTIMEZONE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[actualDeliveryRoute]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACTUAL_DELIVERY_ROUTE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[receivinglocationtimezone]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RECEIVINGLOCATIONTIMEZONE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[actualGoodsMovementDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACTUAL_GOODS_MOVEMENT_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[actualGoodsMovementTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ACTUAL_GOODS_MOVEMENT_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[billingDocumentDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_DOCUMENT_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[billOfLading]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_LADING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[completeDeliveryIsDefined]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPLETE_DELIVERY_IS_DEFINED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[confirmationTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONFIRMATION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", 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 [[customerGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryBlockReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_BLOCK_REASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", 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 [[deliveryDocumentBySupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_BY_SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryDocumentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryIsInPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_IS_IN_PLANT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[deliveryPriority]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_PRIORITY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", 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 [[depreciationPercentage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEPRECIATION_PERCENTAGE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[distrStatusByDecentralizedWrhs]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DISTR_STATUS_BY_DECENTRALIZED_WRHS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[documentDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[externalIdentificationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXTERNAL_IDENTIFICATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[externalTransportSystem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXTERNAL_TRANSPORT_SYSTEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[factoryCalendarByCustomer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FACTORY_CALENDAR_BY_CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsIssueOrReceiptSlipNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_ISSUE_OR_RECEIPT_SLIP_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsIssueTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_ISSUE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[handlingUnitInStock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_IN_STOCK: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[hdrGeneralIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HDR_GENERAL_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[hdrGoodsMvtIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HDR_GOODS_MVT_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerBillgIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_BILLG_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerBillingBlockReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_BILLING_BLOCK_REASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerDelivIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_DELIV_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerGrossWeight]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_GROSS_WEIGHT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[headerNetWeight]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_NET_WEIGHT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[headerPackingIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_PACKING_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerPickgIncompletionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_PICKG_INCOMPLETION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerVolume]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_VOLUME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[headerVolumeUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_VOLUME_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[headerWeightUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HEADER_WEIGHT_UNIT: 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 [[intercompanyBillingDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERCOMPANY_BILLING_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[internalFinancialDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNAL_FINANCIAL_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isDeliveryForSingleWarehouse]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_DELIVERY_FOR_SINGLE_WAREHOUSE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isExportDelivery]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_EXPORT_DELIVERY: 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 [[lastChangedByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[loadingDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOADING_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[loadingPoint]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOADING_POINT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[loadingTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOADING_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[meansOfTransport]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MEANS_OF_TRANSPORT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[meansOfTransportRefMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MEANS_OF_TRANSPORT_REF_MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[meansOfTransportType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MEANS_OF_TRANSPORT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderCombinationIsAllowed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_COMBINATION_IS_ALLOWED: EdmTypeField>, DeSerializersT, "Edm.Boolean", 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 [[overallDelivConfStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_DELIV_CONF_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallDelivReltdBillgStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_DELIV_RELTD_BILLG_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallGoodsMovementStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_GOODS_MOVEMENT_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallIntcoBillingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_INTCO_BILLING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallPackingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_PACKING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallPickingConfStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_PICKING_CONF_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallPickingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_PICKING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallProofOfDeliveryStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_PROOF_OF_DELIVERY_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallSdProcessStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_SD_PROCESS_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[overallWarehouseActivityStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVERALL_WAREHOUSE_ACTIVITY_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[ovrlItmDelivIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVRL_ITM_DELIV_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[ovrlItmGdsMvtIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVRL_ITM_GDS_MVT_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[ovrlItmGeneralIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVRL_ITM_GENERAL_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[ovrlItmPackingIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVRL_ITM_PACKING_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[ovrlItmPickingIncompletionSts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVRL_ITM_PICKING_INCOMPLETION_STS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[paymentGuaranteeProcedure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PAYMENT_GUARANTEE_PROCEDURE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pickedItemsLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PICKED_ITEMS_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pickingDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PICKING_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[pickingTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PICKING_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[plannedGoodsIssueDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANNED_GOODS_ISSUE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[proofOfDeliveryDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROOF_OF_DELIVERY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[proposedDeliveryRoute]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROPOSED_DELIVERY_ROUTE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[receivingPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RECEIVING_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[routeSchedule]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ROUTE_SCHEDULE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesDistrict]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_DISTRICT: 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 [[salesOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORGANIZATION: 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 [[shipmentBlockReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIPMENT_BLOCK_REASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shippingCondition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIPPING_CONDITION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shippingPoint]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIPPING_POINT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shippingType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIPPING_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shipToParty]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHIP_TO_PARTY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[soldToParty]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOLD_TO_PARTY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[specialProcessingCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SPECIAL_PROCESSING_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[statisticsCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STATISTICS_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[totalBlockStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOTAL_BLOCK_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[totalCreditCheckStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOTAL_CREDIT_CHECK_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[totalNumberOfPackage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOTAL_NUMBER_OF_PACKAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transactionCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSACTION_CURRENCY: 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 [[transportationPlanningDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSPORTATION_PLANNING_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[transportationPlanningStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSPORTATION_PLANNING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transportationPlanningTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSPORTATION_PLANNING_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[unloadingPointName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNLOADING_POINT_NAME: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[warehouseGate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE_GATE: 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>; }; } //# sourceMappingURL=OutbDeliveryHeaderApi.d.ts.map