import { SalesQuoteItemRequestBuilder } from './SalesQuoteItemRequestBuilder'; import { Moment } from 'moment'; import { BigNumber } from 'bignumber.js'; import { AllFields, BigNumberField, BooleanField, CustomFieldV2, DateField, EntityBuilderType, EntityV2, Field, Link, OneToOneLink, StringField } from '@sap-cloud-sdk/core'; /** * This class represents the entity "SalesQuoteItemCollection" of service "c4codata". */ export declare class SalesQuoteItem extends EntityV2 implements SalesQuoteItemType { /** * Technical entity name for SalesQuoteItem. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * Object Id. * Maximum length: 70. */ objectId: string; /** * Parent Object Id. * Maximum length: 70. * @nullable */ parentObjectId?: string; /** * Quote Id. * Maximum length: 35. * @nullable */ quoteId?: string; /** * Item Id. * Maximum length: 10. * @nullable */ itemId?: string; /** * Parent Item Id. * Maximum length: 10. * @nullable */ parentItemId?: string; /** * Alternative To Item Id. * Maximum length: 10. * @nullable */ alternativeToItemId?: string; /** * Processing Type Code. * Maximum length: 4. * @nullable */ processingTypeCode?: string; /** * Processing Type Code Text. * @nullable */ processingTypeCodeText?: string; /** * Description. * Maximum length: 40. * @nullable */ description?: string; /** * Product Internal Id. * Maximum length: 40. * @nullable */ productInternalId?: string; /** * Product Buyer Id. * Maximum length: 60. * @nullable */ productBuyerId?: string; /** * Product Standard Id. * Maximum length: 14. * @nullable */ productStandardId?: string; /** * Product Category Id. * Maximum length: 20. * @nullable */ productCategoryId?: string; /** * Quantity. * @nullable */ quantity?: BigNumber; /** * Quantity Measure Unit Code. * Maximum length: 3. * @nullable */ quantityMeasureUnitCode?: string; /** * Quantity Measure Unit Code Text. * @nullable */ quantityMeasureUnitCodeText?: string; /** * Start Date Time. * @nullable */ startDateTime?: Moment; /** * Time Zone Code. * Maximum length: 10. * @nullable */ timeZoneCode?: string; /** * Time Zone Code Text. * @nullable */ timeZoneCodeText?: string; /** * Product Recipient Party Id. * Maximum length: 60. * @nullable */ productRecipientPartyId?: string; /** * Product Recipient Party Name. * Maximum length: 480. * @nullable */ productRecipientPartyName?: string; /** * Cancellation Reason Code. * Maximum length: 4. * @nullable */ cancellationReasonCode?: string; /** * Cancellation Reason Code Text. * @nullable */ cancellationReasonCodeText?: string; /** * Main Price. * @nullable */ mainPrice?: BigNumber; /** * Main Price Currency Code. * Maximum length: 3. * @nullable */ mainPriceCurrencyCode?: string; /** * Main Price Currency Code Text. * @nullable */ mainPriceCurrencyCodeText?: string; /** * Main Price Base Quantity. * @nullable */ mainPriceBaseQuantity?: BigNumber; /** * Main Price Base Quantity Unit Code. * Maximum length: 3. * @nullable */ mainPriceBaseQuantityUnitCode?: string; /** * Main Price Base Quantity Unit Code Text. * @nullable */ mainPriceBaseQuantityUnitCodeText?: string; /** * Main Discount. * @nullable */ mainDiscount?: BigNumber; /** * Net Price Amount. * @nullable */ netPriceAmount?: BigNumber; /** * Net Price Amount Currency Code. * Maximum length: 3. * @nullable */ netPriceAmountCurrencyCode?: string; /** * Net Price Amount Currency Code Text. * @nullable */ netPriceAmountCurrencyCodeText?: string; /** * Net Price Base Quantity. * @nullable */ netPriceBaseQuantity?: BigNumber; /** * Net Price Base Quantity Unit Code. * Maximum length: 3. * @nullable */ netPriceBaseQuantityUnitCode?: string; /** * Net Price Base Quantity Unit Code Text. * @nullable */ netPriceBaseQuantityUnitCodeText?: string; /** * Net Amount. * @nullable */ netAmount?: BigNumber; /** * Net Amount Currency Code. * Maximum length: 3. * @nullable */ netAmountCurrencyCode?: string; /** * Net Amount Currency Code Text. * @nullable */ netAmountCurrencyCodeText?: string; /** * Gross Amount. * @nullable */ grossAmount?: BigNumber; /** * Gross Amount Currency Code. * Maximum length: 3. * @nullable */ grossAmountCurrencyCode?: string; /** * Gross Amount Currency Code Text. * @nullable */ grossAmountCurrencyCodeText?: string; /** * Tax Amount. * @nullable */ taxAmount?: BigNumber; /** * Tax Amount Currency Code. * Maximum length: 3. * @nullable */ taxAmountCurrencyCode?: string; /** * Tax Amount Currency Code Text. * @nullable */ taxAmountCurrencyCodeText?: string; /** * Cash Discount Terms Code. * Maximum length: 4. * @nullable */ cashDiscountTermsCode?: string; /** * Cash Discount Terms Code Text. * @nullable */ cashDiscountTermsCodeText?: string; /** * Cancellation Status Code. * Maximum length: 2. * @nullable */ cancellationStatusCode?: string; /** * Cancellation Status Code Text. * @nullable */ cancellationStatusCodeText?: string; /** * Consistency Status Code. * Maximum length: 2. * @nullable */ consistencyStatusCode?: string; /** * Consistency Status Code Text. * @nullable */ consistencyStatusCodeText?: string; /** * Life Cycle Status Code. * Maximum length: 2. * @nullable */ lifeCycleStatusCode?: string; /** * Life Cycle Status Code Text. * @nullable */ lifeCycleStatusCodeText?: string; /** * Ordering Status Code. * Maximum length: 2. * @nullable */ orderingStatusCode?: string; /** * Ordering Status Code Text. * @nullable */ orderingStatusCodeText?: string; /** * Confirmation Existence Indicator. * @nullable */ confirmationExistenceIndicator?: boolean; /** * Creation Date Time. * @nullable */ creationDateTime?: Moment; /** * Last Change Date Time. * @nullable */ lastChangeDateTime?: Moment; /** * Delivery Priority Code. * Maximum length: 2. * @nullable */ deliveryPriorityCode?: string; /** * Delivery Priority Code Text. * @nullable */ deliveryPriorityCodeText?: string; /** * Incoterms Classification Code. * Maximum length: 3. * @nullable */ incotermsClassificationCode?: string; /** * Incoterms Classification Code Text. * @nullable */ incotermsClassificationCodeText?: string; /** * Incoterms Transfer Location Name. * Maximum length: 28. * @nullable */ incotermsTransferLocationName?: string; /** * Gross Weight Measure. * @nullable */ grossWeightMeasure?: BigNumber; /** * Gross Weight Unit Code. * Maximum length: 3. * @nullable */ grossWeightUnitCode?: string; /** * Gross Weight Unit Code Text. * @nullable */ grossWeightUnitCodeText?: string; /** * Net Weight Measure. * @nullable */ netWeightMeasure?: BigNumber; /** * Net Weight Unit Code. * Maximum length: 3. * @nullable */ netWeightUnitCode?: string; /** * Net Weight Unit Code Text. * @nullable */ netWeightUnitCodeText?: string; /** * Volume Measure. * @nullable */ volumeMeasure?: BigNumber; /** * Volume Unit Code. * Maximum length: 3. * @nullable */ volumeUnitCode?: string; /** * Volume Unit Code Text. * @nullable */ volumeUnitCodeText?: string; /** * Ordered Quantity. * @nullable */ orderedQuantity?: BigNumber; /** * Ordered Quantity Unit Code. * Maximum length: 3. * @nullable */ orderedQuantityUnitCode?: string; /** * Ordered Quantity Unit Code Text. * @nullable */ orderedQuantityUnitCodeText?: string; /** * Pricing Product Id. * Maximum length: 60. * @nullable */ pricingProductId?: string; /** * Plant Party Id. * Maximum length: 60. * @nullable */ plantPartyId?: string; /** * Plant Party Name. * Maximum length: 80. * @nullable */ plantPartyName?: string; /** * Entity Last Changed On. * @nullable */ entityLastChangedOn?: Moment; /** * E Tag. * @nullable */ eTag?: Moment; /** * Z Quote Description Kut. * Maximum length: 80. * @nullable */ zQuoteDescriptionKut?: string; /** * Z Quote Print Lp Kut. * @nullable */ zQuotePrintLpKut?: boolean; /** * Z Sales Quote Delivery Time Kut. * Maximum length: 30. * @nullable */ zSalesQuoteDeliveryTimeKut?: string; /** * Z Sales Quote Delivery Time Kut Text. * @nullable */ zSalesQuoteDeliveryTimeKutText?: string; /** * Z Sales Quote Formatted Text Kut. * @nullable */ zSalesQuoteFormattedTextKut?: string; /** * One-to-many navigation property to the [[ObjectIdentifierMapping]] entity. */ objectIdentifierMapping: ObjectIdentifierMapping[]; /** * One-to-one navigation property to the [[SalesQuote]] entity. */ salesQuote?: SalesQuote | null; /** * One-to-many navigation property to the [[SalesQuoteExternalPriceItem]] entity. */ salesQuoteExternalPriceItem: SalesQuoteExternalPriceItem[]; /** * One-to-many navigation property to the [[SalesQuoteItemAttachmentFolder]] entity. */ salesQuoteItemAttachmentFolder: SalesQuoteItemAttachmentFolder[]; /** * One-to-many navigation property to the [[SalesQuoteItemParty]] entity. */ salesQuoteItemParty: SalesQuoteItemParty[]; /** * One-to-many navigation property to the [[SalesQuoteItemReference]] entity. */ salesQuoteItemReference: SalesQuoteItemReference[]; /** * One-to-many navigation property to the [[SalesQuoteItemScheduleLine]] entity. */ salesQuoteItemScheduleLine: SalesQuoteItemScheduleLine[]; /** * One-to-many navigation property to the [[SalesQuoteItemTextCollection]] entity. */ salesQuoteItemTextCollection: SalesQuoteItemTextCollection[]; /** * One-to-many navigation property to the [[SalesQuotePriceItem]] entity. */ salesQuotePriceItem: SalesQuotePriceItem[]; /** * Returns an entity builder to construct instances of `SalesQuoteItem`. * @returns A builder that constructs instances of entity type `SalesQuoteItem`. */ static builder(): EntityBuilderType; /** * Returns a request builder to construct requests for operations on the `SalesQuoteItem` entity type. * @returns A `SalesQuoteItem` request builder. */ static requestBuilder(): SalesQuoteItemRequestBuilder; /** * Returns a selectable object that allows the selection of custom field in a get request for the entity `SalesQuoteItem`. * @param fieldName Name of the custom field to select * @returns A builder that constructs instances of entity type `SalesQuoteItem`. */ static customField(fieldName: string): CustomFieldV2; /** * Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned. * @returns An object containing all instance variables + custom fields. */ toJSON(): { [key: string]: any; }; } import { ObjectIdentifierMapping, ObjectIdentifierMappingType } from './ObjectIdentifierMapping'; import { SalesQuote, SalesQuoteType } from './SalesQuote'; import { SalesQuoteExternalPriceItem, SalesQuoteExternalPriceItemType } from './SalesQuoteExternalPriceItem'; import { SalesQuoteItemAttachmentFolder, SalesQuoteItemAttachmentFolderType } from './SalesQuoteItemAttachmentFolder'; import { SalesQuoteItemParty, SalesQuoteItemPartyType } from './SalesQuoteItemParty'; import { SalesQuoteItemReference, SalesQuoteItemReferenceType } from './SalesQuoteItemReference'; import { SalesQuoteItemScheduleLine, SalesQuoteItemScheduleLineType } from './SalesQuoteItemScheduleLine'; import { SalesQuoteItemTextCollection, SalesQuoteItemTextCollectionType } from './SalesQuoteItemTextCollection'; import { SalesQuotePriceItem, SalesQuotePriceItemType } from './SalesQuotePriceItem'; export interface SalesQuoteItemType { objectId: string; parentObjectId?: string | null; quoteId?: string | null; itemId?: string | null; parentItemId?: string | null; alternativeToItemId?: string | null; processingTypeCode?: string | null; processingTypeCodeText?: string | null; description?: string | null; productInternalId?: string | null; productBuyerId?: string | null; productStandardId?: string | null; productCategoryId?: string | null; quantity?: BigNumber | null; quantityMeasureUnitCode?: string | null; quantityMeasureUnitCodeText?: string | null; startDateTime?: Moment | null; timeZoneCode?: string | null; timeZoneCodeText?: string | null; productRecipientPartyId?: string | null; productRecipientPartyName?: string | null; cancellationReasonCode?: string | null; cancellationReasonCodeText?: string | null; mainPrice?: BigNumber | null; mainPriceCurrencyCode?: string | null; mainPriceCurrencyCodeText?: string | null; mainPriceBaseQuantity?: BigNumber | null; mainPriceBaseQuantityUnitCode?: string | null; mainPriceBaseQuantityUnitCodeText?: string | null; mainDiscount?: BigNumber | null; netPriceAmount?: BigNumber | null; netPriceAmountCurrencyCode?: string | null; netPriceAmountCurrencyCodeText?: string | null; netPriceBaseQuantity?: BigNumber | null; netPriceBaseQuantityUnitCode?: string | null; netPriceBaseQuantityUnitCodeText?: string | null; netAmount?: BigNumber | null; netAmountCurrencyCode?: string | null; netAmountCurrencyCodeText?: string | null; grossAmount?: BigNumber | null; grossAmountCurrencyCode?: string | null; grossAmountCurrencyCodeText?: string | null; taxAmount?: BigNumber | null; taxAmountCurrencyCode?: string | null; taxAmountCurrencyCodeText?: string | null; cashDiscountTermsCode?: string | null; cashDiscountTermsCodeText?: string | null; cancellationStatusCode?: string | null; cancellationStatusCodeText?: string | null; consistencyStatusCode?: string | null; consistencyStatusCodeText?: string | null; lifeCycleStatusCode?: string | null; lifeCycleStatusCodeText?: string | null; orderingStatusCode?: string | null; orderingStatusCodeText?: string | null; confirmationExistenceIndicator?: boolean | null; creationDateTime?: Moment | null; lastChangeDateTime?: Moment | null; deliveryPriorityCode?: string | null; deliveryPriorityCodeText?: string | null; incotermsClassificationCode?: string | null; incotermsClassificationCodeText?: string | null; incotermsTransferLocationName?: string | null; grossWeightMeasure?: BigNumber | null; grossWeightUnitCode?: string | null; grossWeightUnitCodeText?: string | null; netWeightMeasure?: BigNumber | null; netWeightUnitCode?: string | null; netWeightUnitCodeText?: string | null; volumeMeasure?: BigNumber | null; volumeUnitCode?: string | null; volumeUnitCodeText?: string | null; orderedQuantity?: BigNumber | null; orderedQuantityUnitCode?: string | null; orderedQuantityUnitCodeText?: string | null; pricingProductId?: string | null; plantPartyId?: string | null; plantPartyName?: string | null; entityLastChangedOn?: Moment | null; eTag?: Moment | null; zQuoteDescriptionKut?: string | null; zQuotePrintLpKut?: boolean | null; zSalesQuoteDeliveryTimeKut?: string | null; zSalesQuoteDeliveryTimeKutText?: string | null; zSalesQuoteFormattedTextKut?: string | null; objectIdentifierMapping: ObjectIdentifierMappingType[]; salesQuote?: SalesQuoteType | null; salesQuoteExternalPriceItem: SalesQuoteExternalPriceItemType[]; salesQuoteItemAttachmentFolder: SalesQuoteItemAttachmentFolderType[]; salesQuoteItemParty: SalesQuoteItemPartyType[]; salesQuoteItemReference: SalesQuoteItemReferenceType[]; salesQuoteItemScheduleLine: SalesQuoteItemScheduleLineType[]; salesQuoteItemTextCollection: SalesQuoteItemTextCollectionType[]; salesQuotePriceItem: SalesQuotePriceItemType[]; } export declare namespace SalesQuoteItem { /** * Static representation of the [[objectId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const OBJECT_ID: StringField; /** * Static representation of the [[parentObjectId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PARENT_OBJECT_ID: StringField; /** * Static representation of the [[quoteId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const QUOTE_ID: StringField; /** * Static representation of the [[itemId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ITEM_ID: StringField; /** * Static representation of the [[parentItemId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PARENT_ITEM_ID: StringField; /** * Static representation of the [[alternativeToItemId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ALTERNATIVE_TO_ITEM_ID: StringField; /** * Static representation of the [[processingTypeCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PROCESSING_TYPE_CODE: StringField; /** * Static representation of the [[processingTypeCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PROCESSING_TYPE_CODE_TEXT: StringField; /** * Static representation of the [[description]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DESCRIPTION: StringField; /** * Static representation of the [[productInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_INTERNAL_ID: StringField; /** * Static representation of the [[productBuyerId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_BUYER_ID: StringField; /** * Static representation of the [[productStandardId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_STANDARD_ID: StringField; /** * Static representation of the [[productCategoryId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_CATEGORY_ID: StringField; /** * Static representation of the [[quantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const QUANTITY: BigNumberField; /** * Static representation of the [[quantityMeasureUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const QUANTITY_MEASURE_UNIT_CODE: StringField; /** * Static representation of the [[quantityMeasureUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const QUANTITY_MEASURE_UNIT_CODE_TEXT: StringField; /** * Static representation of the [[startDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const START_DATE_TIME: DateField; /** * Static representation of the [[timeZoneCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const TIME_ZONE_CODE: StringField; /** * Static representation of the [[timeZoneCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const TIME_ZONE_CODE_TEXT: StringField; /** * Static representation of the [[productRecipientPartyId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_RECIPIENT_PARTY_ID: StringField; /** * Static representation of the [[productRecipientPartyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_RECIPIENT_PARTY_NAME: StringField; /** * Static representation of the [[cancellationReasonCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CANCELLATION_REASON_CODE: StringField; /** * Static representation of the [[cancellationReasonCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CANCELLATION_REASON_CODE_TEXT: StringField; /** * Static representation of the [[mainPrice]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_PRICE: BigNumberField; /** * Static representation of the [[mainPriceCurrencyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_PRICE_CURRENCY_CODE: StringField; /** * Static representation of the [[mainPriceCurrencyCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_PRICE_CURRENCY_CODE_TEXT: StringField; /** * Static representation of the [[mainPriceBaseQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_PRICE_BASE_QUANTITY: BigNumberField; /** * Static representation of the [[mainPriceBaseQuantityUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_PRICE_BASE_QUANTITY_UNIT_CODE: StringField; /** * Static representation of the [[mainPriceBaseQuantityUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_PRICE_BASE_QUANTITY_UNIT_CODE_TEXT: StringField; /** * Static representation of the [[mainDiscount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const MAIN_DISCOUNT: BigNumberField; /** * Static representation of the [[netPriceAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_PRICE_AMOUNT: BigNumberField; /** * Static representation of the [[netPriceAmountCurrencyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_PRICE_AMOUNT_CURRENCY_CODE: StringField; /** * Static representation of the [[netPriceAmountCurrencyCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_PRICE_AMOUNT_CURRENCY_CODE_TEXT: StringField; /** * Static representation of the [[netPriceBaseQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_PRICE_BASE_QUANTITY: BigNumberField; /** * Static representation of the [[netPriceBaseQuantityUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_PRICE_BASE_QUANTITY_UNIT_CODE: StringField; /** * Static representation of the [[netPriceBaseQuantityUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_PRICE_BASE_QUANTITY_UNIT_CODE_TEXT: StringField; /** * Static representation of the [[netAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_AMOUNT: BigNumberField; /** * Static representation of the [[netAmountCurrencyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_AMOUNT_CURRENCY_CODE: StringField; /** * Static representation of the [[netAmountCurrencyCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_AMOUNT_CURRENCY_CODE_TEXT: StringField; /** * Static representation of the [[grossAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const GROSS_AMOUNT: BigNumberField; /** * Static representation of the [[grossAmountCurrencyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const GROSS_AMOUNT_CURRENCY_CODE: StringField; /** * Static representation of the [[grossAmountCurrencyCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const GROSS_AMOUNT_CURRENCY_CODE_TEXT: StringField; /** * Static representation of the [[taxAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const TAX_AMOUNT: BigNumberField; /** * Static representation of the [[taxAmountCurrencyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const TAX_AMOUNT_CURRENCY_CODE: StringField; /** * Static representation of the [[taxAmountCurrencyCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const TAX_AMOUNT_CURRENCY_CODE_TEXT: StringField; /** * Static representation of the [[cashDiscountTermsCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CASH_DISCOUNT_TERMS_CODE: StringField; /** * Static representation of the [[cashDiscountTermsCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CASH_DISCOUNT_TERMS_CODE_TEXT: StringField; /** * Static representation of the [[cancellationStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CANCELLATION_STATUS_CODE: StringField; /** * Static representation of the [[cancellationStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CANCELLATION_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[consistencyStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CONSISTENCY_STATUS_CODE: StringField; /** * Static representation of the [[consistencyStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CONSISTENCY_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[lifeCycleStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const LIFE_CYCLE_STATUS_CODE: StringField; /** * Static representation of the [[lifeCycleStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const LIFE_CYCLE_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[orderingStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ORDERING_STATUS_CODE: StringField; /** * Static representation of the [[orderingStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ORDERING_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[confirmationExistenceIndicator]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CONFIRMATION_EXISTENCE_INDICATOR: BooleanField; /** * Static representation of the [[creationDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CREATION_DATE_TIME: DateField; /** * 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. */ const LAST_CHANGE_DATE_TIME: DateField; /** * Static representation of the [[deliveryPriorityCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DELIVERY_PRIORITY_CODE: StringField; /** * Static representation of the [[deliveryPriorityCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DELIVERY_PRIORITY_CODE_TEXT: StringField; /** * Static representation of the [[incotermsClassificationCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const INCOTERMS_CLASSIFICATION_CODE: StringField; /** * Static representation of the [[incotermsClassificationCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const INCOTERMS_CLASSIFICATION_CODE_TEXT: StringField; /** * Static representation of the [[incotermsTransferLocationName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const INCOTERMS_TRANSFER_LOCATION_NAME: StringField; /** * Static representation of the [[grossWeightMeasure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const GROSS_WEIGHT_MEASURE: BigNumberField; /** * Static representation of the [[grossWeightUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const GROSS_WEIGHT_UNIT_CODE: StringField; /** * Static representation of the [[grossWeightUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const GROSS_WEIGHT_UNIT_CODE_TEXT: StringField; /** * Static representation of the [[netWeightMeasure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_WEIGHT_MEASURE: BigNumberField; /** * Static representation of the [[netWeightUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_WEIGHT_UNIT_CODE: StringField; /** * Static representation of the [[netWeightUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NET_WEIGHT_UNIT_CODE_TEXT: StringField; /** * Static representation of the [[volumeMeasure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VOLUME_MEASURE: BigNumberField; /** * Static representation of the [[volumeUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VOLUME_UNIT_CODE: StringField; /** * Static representation of the [[volumeUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VOLUME_UNIT_CODE_TEXT: StringField; /** * 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. */ const ORDERED_QUANTITY: BigNumberField; /** * Static representation of the [[orderedQuantityUnitCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ORDERED_QUANTITY_UNIT_CODE: StringField; /** * Static representation of the [[orderedQuantityUnitCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ORDERED_QUANTITY_UNIT_CODE_TEXT: StringField; /** * Static representation of the [[pricingProductId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRICING_PRODUCT_ID: StringField; /** * Static representation of the [[plantPartyId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PLANT_PARTY_ID: StringField; /** * Static representation of the [[plantPartyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PLANT_PARTY_NAME: StringField; /** * Static representation of the [[entityLastChangedOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ENTITY_LAST_CHANGED_ON: DateField; /** * Static representation of the [[eTag]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const E_TAG: DateField; /** * Static representation of the [[zQuoteDescriptionKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_DESCRIPTION_KUT: StringField; /** * Static representation of the [[zQuotePrintLpKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_PRINT_LP_KUT: BooleanField; /** * Static representation of the [[zSalesQuoteDeliveryTimeKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_SALES_QUOTE_DELIVERY_TIME_KUT: StringField; /** * Static representation of the [[zSalesQuoteDeliveryTimeKutText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_SALES_QUOTE_DELIVERY_TIME_KUT_TEXT: StringField; /** * Static representation of the [[zSalesQuoteFormattedTextKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_SALES_QUOTE_FORMATTED_TEXT_KUT: StringField; /** * Static representation of the one-to-many navigation property [[objectIdentifierMapping]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const OBJECT_IDENTIFIER_MAPPING: Link; /** * Static representation of the one-to-one navigation property [[salesQuote]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE: OneToOneLink; /** * Static representation of the one-to-many navigation property [[salesQuoteExternalPriceItem]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_EXTERNAL_PRICE_ITEM: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteItemAttachmentFolder]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ITEM_ATTACHMENT_FOLDER: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteItemParty]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ITEM_PARTY: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteItemReference]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ITEM_REFERENCE: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteItemScheduleLine]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ITEM_SCHEDULE_LINE: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteItemTextCollection]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ITEM_TEXT_COLLECTION: Link; /** * Static representation of the one-to-many navigation property [[salesQuotePriceItem]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_PRICE_ITEM: Link; /** * All fields of the SalesQuoteItem entity. */ const _allFields: Array | BigNumberField | DateField | BooleanField | Link | OneToOneLink | Link | Link | Link | Link | Link | Link | Link>; /** * All fields selector. */ const ALL_FIELDS: AllFields; /** * All key fields of the SalesQuoteItem entity. */ const _keyFields: Array>; /** * Mapping of all key field names to the respective static field property SalesQuoteItem. */ const _keys: { [keys: string]: Field; }; } //# sourceMappingURL=SalesQuoteItem.d.ts.map