import { PurchaseRequisitionItem } from './PurchaseRequisitionItem'; import { PurchaseRequisitionItemRequestBuilder } from './PurchaseRequisitionItemRequestBuilder'; import { PurchaseRequisitionHeaderApi } from './PurchaseRequisitionHeaderApi'; import { PurReqnAcctAssgmtApi } from './PurReqnAcctAssgmtApi'; import { PurReqAddDeliveryApi } from './PurReqAddDeliveryApi'; import { PurchaseReqnItemTextApi } from './PurchaseReqnItemTextApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink, Link } from '@sap-cloud-sdk/odata-v2'; export declare class PurchaseRequisitionItemApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ PurchaseRequisitionHeaderApi, PurReqnAcctAssgmtApi, PurReqAddDeliveryApi, PurchaseReqnItemTextApi ]): this; entityConstructor: typeof PurchaseRequisitionItem; requestBuilder(): PurchaseRequisitionItemRequestBuilder; 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 [[toPurchaseReqn]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_REQN: OneToOneLink, DeSerializersT, PurchaseRequisitionHeaderApi>; /** * Static representation of the one-to-many navigation property [[toPurchaseReqnAcctAssgmt]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_REQN_ACCT_ASSGMT: Link, DeSerializersT, PurReqnAcctAssgmtApi>; /** * Static representation of the one-to-one navigation property [[toPurchaseReqnDeliveryAddress]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_REQN_DELIVERY_ADDRESS: OneToOneLink, DeSerializersT, PurReqAddDeliveryApi>; /** * Static representation of the one-to-many navigation property [[toPurchaseReqnItemText]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PURCHASE_REQN_ITEM_TEXT: Link, DeSerializersT, PurchaseReqnItemTextApi>; /** * 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", false, 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", false, true>; /** * Static representation of the [[purchasingDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnReleaseStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_RELEASE_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseRequisitionType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingDocumentSubtype]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_SUBTYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingDocumentItemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_ITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseRequisitionItemText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_ITEM_TEXT: 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 [[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 [[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 [[purchasingDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requestedQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUESTED_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[purchaseRequisitionPrice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_PRICE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[purReqnPriceQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_PRICE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[materialGoodsReceiptDuration]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_GOODS_RECEIPT_DURATION: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[releaseCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RELEASE_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseRequisitionReleaseDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_RELEASE_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[purchasingOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_ORGANIZATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchasingGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_GROUP: 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 [[companyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sourceOfSupplyIsAssigned]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_OF_SUPPLY_IS_ASSIGNED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[supplyingPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLYING_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderedQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDERED_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[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 [[processingStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROCESSING_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[externalApprovalStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXTERNAL_APPROVAL_STATUS: 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 [[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 [[isDeleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_DELETED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fixedSupplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FIXED_SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[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 [[purReqCreationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQ_CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", 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 [[manualDeliveryAddressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MANUAL_DELIVERY_ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnItemCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_ITEM_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialPlannedDeliveryDurn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_PLANNED_DELIVERY_DURN: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[delivDateCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIV_DATE_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 [[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 [[purReqnSspRequestor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_SSP_REQUESTOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnSspAuthor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_SSP_AUTHOR: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[purReqnSourceOfSupplyType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_SOURCE_OF_SUPPLY_TYPE: 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 [[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 [[purReqnOrigin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_ORIGIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnSspCatalog]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_SSP_CATALOG: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnSspCatalogItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_SSP_CATALOG_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnSspCrossCatalogItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_SSP_CROSS_CATALOG_ITEM: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", true, true>; /** * Static representation of the [[isPurReqnBlocked]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_PUR_REQN_BLOCKED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemDeliveryAddressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_DELIVERY_ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[language]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isClosed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_CLOSED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[releaseIsNotCompleted]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RELEASE_IS_NOT_COMPLETED: EdmTypeField>, DeSerializersT, "Edm.Boolean", 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 [[purchaseRequisitionStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[releaseStrategy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RELEASE_STRATEGY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[performancePeriodStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERFORMANCE_PERIOD_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[performancePeriodEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERFORMANCE_PERIOD_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[purchaseOrderPriceType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_PRICE_TYPE: 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 [[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 [[materialRevisionLevel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_REVISION_LEVEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[minRemainingShelfLife]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MIN_REMAINING_SHELF_LIFE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemNetAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_NET_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[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 [[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 [[requirementTracking]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUIREMENT_TRACKING: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[mrpController]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_CONTROLLER: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[purchaseRequisitionIsFixed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_IS_FIXED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[addressId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ADDRESS_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[lastChangeDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[reservation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESERVATION: 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 [[purReqnExternalReference]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_EXTERNAL_REFERENCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnItemExternalReference]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_ITEM_EXTERNAL_REFERENCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnExternalSystemId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_EXTERNAL_SYSTEM_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnExternalSystemType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_EXTERNAL_SYSTEM_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnTypeExternalReference]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_TYPE_EXTERNAL_REFERENCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnProcessingType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_PROCESSING_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purReqnProcessingDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PUR_REQN_PROCESSING_DATE_TIME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[procmtHubBackendBusSyst]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROCMT_HUB_BACKEND_BUS_SYST: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sspAuthorExternalBpIdnNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SSP_AUTHOR_EXTERNAL_BP_IDN_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sspReqrUserId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SSP_REQR_USER_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productSeasonYear]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_SEASON_YEAR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productSeason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_SEASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCollection]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_COLLECTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTheme]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_THEME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCharacteristic1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CHARACTERISTIC_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCharacteristic2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CHARACTERISTIC_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCharacteristic3]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CHARACTERISTIC_3: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCharacteristic1Desc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CHARACTERISTIC_1_DESC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCharacteristic2Desc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CHARACTERISTIC_2_DESC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productCharacteristic3Desc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_CHARACTERISTIC_3_DESC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[stockSegment]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STOCK_SEGMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requirementSegment]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUIREMENT_SEGMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=PurchaseRequisitionItemApi.d.ts.map