import { SalesQuoteRequestBuilder } from './SalesQuoteRequestBuilder'; import { Moment } from 'moment'; import { BigNumber } from 'bignumber.js'; import { AllFields, BigNumberField, BooleanField, CustomFieldV2, DateField, EntityBuilderType, EntityV2, Field, Link, StringField } from '@sap-cloud-sdk/core'; /** * This class represents the entity "SalesQuoteCollection" of service "c4codata". */ export declare class SalesQuote extends EntityV2 implements SalesQuoteType { /** * Technical entity name for SalesQuote. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * Object Id. * Maximum length: 70. */ objectId: string; /** * Id. * Maximum length: 35. * @nullable */ id?: string; /** * Buyer Id. * Maximum length: 35. * @nullable */ buyerId?: string; /** * Name. * Maximum length: 255. * @nullable */ name?: string; /** * Processing Type Code. * Maximum length: 4. * @nullable */ processingTypeCode?: string; /** * Processing Type Code Text. * @nullable */ processingTypeCodeText?: string; /** * Buyer Party Id. * Maximum length: 60. * @nullable */ buyerPartyId?: string; /** * Buyer Party Name. * Maximum length: 480. * @nullable */ buyerPartyName?: string; /** * Buyer Contact Party Id. * Maximum length: 60. * @nullable */ buyerContactPartyId?: string; /** * Buyer Contact Party Name. * Maximum length: 480. * @nullable */ buyerContactPartyName?: string; /** * Product Recipient Party Id. * Maximum length: 60. * @nullable */ productRecipientPartyId?: string; /** * Product Recipient Party Name. * Maximum length: 480. * @nullable */ productRecipientPartyName?: string; /** * Employee Responsible Party Id. * Maximum length: 60. * @nullable */ employeeResponsiblePartyId?: string; /** * Employee Responsible Party Name. * Maximum length: 480. * @nullable */ employeeResponsiblePartyName?: string; /** * Sales Unit Party Id. * Maximum length: 60. * @nullable */ salesUnitPartyId?: string; /** * Sales Unit Party Name. * Maximum length: 480. * @nullable */ salesUnitPartyName?: string; /** * Sales Organisation Id. * Maximum length: 20. * @nullable */ salesOrganisationId?: string; /** * Sales Organisation Name. * Maximum length: 40. * @nullable */ salesOrganisationName?: string; /** * Sales Office Id. * Maximum length: 20. * @nullable */ salesOfficeId?: string; /** * Sales Office Name. * Maximum length: 40. * @nullable */ salesOfficeName?: string; /** * Sales Group Id. * Maximum length: 20. * @nullable */ salesGroupId?: string; /** * Sales Group Name. * Maximum length: 40. * @nullable */ salesGroupName?: string; /** * Distribution Channel Code. * Maximum length: 2. * @nullable */ distributionChannelCode?: string; /** * Distribution Channel Code Text. * @nullable */ distributionChannelCodeText?: string; /** * Division Code. * Maximum length: 2. * @nullable */ divisionCode?: string; /** * Division Code Text. * @nullable */ divisionCodeText?: string; /** * Sales Territory Id. * Maximum length: 6. * @nullable */ salesTerritoryId?: string; /** * Sales Territory Name. * Maximum length: 40. * @nullable */ salesTerritoryName?: string; /** * Date Time. * @nullable */ dateTime?: Moment; /** * Requested Fulfillment Start Date Time. * Maximum length: 33. * @nullable */ requestedFulfillmentStartDateTime?: string; /** * Price Date Time. * @nullable */ priceDateTime?: Moment; /** * Time Zone Code. * Maximum length: 10. * @nullable */ timeZoneCode?: string; /** * Time Zone Code Text. * @nullable */ timeZoneCodeText?: string; /** * Valid From Date. * @nullable */ validFromDate?: Moment; /** * Valid To Date. * @nullable */ validToDate?: Moment; /** * Currency Code. * Maximum length: 3. * @nullable */ currencyCode?: string; /** * Currency Code Text. * @nullable */ currencyCodeText?: string; /** * Document Language Code. * Maximum length: 2. * @nullable */ documentLanguageCode?: string; /** * Document Language Code Text. * @nullable */ documentLanguageCodeText?: string; /** * 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; /** * Probability Percent. * @nullable */ probabilityPercent?: BigNumber; /** * Cancellation Reason Code. * Maximum length: 4. * @nullable */ cancellationReasonCode?: string; /** * Cancellation Reason Code Text. * @nullable */ cancellationReasonCodeText?: string; /** * Order Reason Code. * Maximum length: 3. * @nullable */ orderReasonCode?: string; /** * Order Reason Code Text. * @nullable */ orderReasonCodeText?: string; /** * Main Discount. * @nullable */ mainDiscount?: BigNumber; /** * 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; /** * Confirmation Existence Indicator. * @nullable */ confirmationExistenceIndicator?: boolean; /** * 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; /** * Cancellation Status Code. * Maximum length: 2. * @nullable */ cancellationStatusCode?: string; /** * Cancellation Status Code Text. * @nullable */ cancellationStatusCodeText?: string; /** * Result Status Code. * Maximum length: 2. * @nullable */ resultStatusCode?: string; /** * Result Status Code Text. * @nullable */ resultStatusCodeText?: string; /** * Approval Status Code. * Maximum length: 2. * @nullable */ approvalStatusCode?: string; /** * Approval Status Code Text. * @nullable */ approvalStatusCodeText?: string; /** * Ordering Status Code. * Maximum length: 2. * @nullable */ orderingStatusCode?: string; /** * Ordering Status Code Text. * @nullable */ orderingStatusCodeText?: string; /** * Credit Worthiness Status Code. * Maximum length: 2. * @nullable */ creditWorthinessStatusCode?: string; /** * Credit Worthiness Status Code Text. * @nullable */ creditWorthinessStatusCodeText?: string; /** * Replication Processing Status Code. * Maximum length: 2. * @nullable */ replicationProcessingStatusCode?: string; /** * Replication Processing Status Code Text. * @nullable */ replicationProcessingStatusCodeText?: string; /** * Product Availability Status Code. * Maximum length: 2. * @nullable */ productAvailabilityStatusCode?: string; /** * Product Availability Status Code Text. * @nullable */ productAvailabilityStatusCodeText?: string; /** * Price Calculation Status Code. * Maximum length: 2. * @nullable */ priceCalculationStatusCode?: string; /** * Price Calculation Status Code Text. * @nullable */ priceCalculationStatusCodeText?: string; /** * Pricing Procedure Code. * Maximum length: 6. * @nullable */ pricingProcedureCode?: string; /** * Pricing Procedure Code Text. * @nullable */ pricingProcedureCodeText?: string; /** * External Price Calculation Status Code. * Maximum length: 2. * @nullable */ externalPriceCalculationStatusCode?: string; /** * External Price Calculation Status Code Text. * @nullable */ externalPriceCalculationStatusCodeText?: string; /** * External Pricing Procedure Code. * Maximum length: 6. * @nullable */ externalPricingProcedureCode?: string; /** * External Pricing Procedure Code Text. * @nullable */ externalPricingProcedureCodeText?: string; /** * Creation Date Time. * @nullable */ creationDateTime?: Moment; /** * Last Change Date Time. * @nullable */ lastChangeDateTime?: Moment; /** * Created By. * Maximum length: 80. * @nullable */ createdBy?: string; /** * Last Changed By. * Maximum length: 80. * @nullable */ lastChangedBy?: string; /** * Creation Identity Uuid. * @nullable */ creationIdentityUuid?: string; /** * Last Change Identity Uuid. * @nullable */ lastChangeIdentityUuid?: string; /** * Version Group Id. * Maximum length: 35. * @nullable */ versionGroupId?: string; /** * Version Id. * Maximum length: 32. * @nullable */ versionId?: string; /** * External. * @nullable */ external?: boolean; /** * Submit. * @nullable */ submit?: boolean; /** * Set As Won. * @nullable */ setAsWon?: boolean; /** * Set As Lost. * @nullable */ setAsLost?: boolean; /** * Request Ext Data. * @nullable */ requestExtData?: boolean; /** * Primary Quote. * @nullable */ primaryQuote?: boolean; /** * Update Opportunity. * @nullable */ updateOpportunity?: boolean; /** * Request Ext Followup. * @nullable */ requestExtFollowup?: boolean; /** * 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; /** * External Approval Status Code. * Maximum length: 2. * @nullable */ externalApprovalStatusCode?: string; /** * External Approval Status Code Text. * @nullable */ externalApprovalStatusCodeText?: 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 Business Area Kut. * Maximum length: 30. * @nullable */ zQuoteBusinessAreaKut?: string; /** * Z Quote Business Area Kut Text. * @nullable */ zQuoteBusinessAreaKutText?: string; /** * Z Quote Leading Quote Kut. * @nullable */ zQuoteLeadingQuoteKut?: boolean; /** * Z Quote Priority Kut. * Maximum length: 30. * @nullable */ zQuotePriorityKut?: string; /** * Z Quote Priority Kut Text. * @nullable */ zQuotePriorityKutText?: string; /** * One-to-many navigation property to the [[ObjectIdentifierMapping]] entity. */ objectIdentifierMapping: ObjectIdentifierMapping[]; /** * One-to-many navigation property to the [[SalesQuoteAttachmentFolder]] entity. */ salesQuoteAttachmentFolder: SalesQuoteAttachmentFolder[]; /** * One-to-many navigation property to the [[SalesQuoteExternalPrice]] entity. */ salesQuoteExternalPrice: SalesQuoteExternalPrice[]; /** * One-to-many navigation property to the [[SalesQuoteItem]] entity. */ salesQuoteItem: SalesQuoteItem[]; /** * One-to-many navigation property to the [[SalesQuoteOutput]] entity. */ salesQuoteOutput: SalesQuoteOutput[]; /** * One-to-many navigation property to the [[SalesQuoteParty]] entity. */ salesQuoteParty: SalesQuoteParty[]; /** * One-to-many navigation property to the [[SalesQuotePrice]] entity. */ salesQuotePrice: SalesQuotePrice[]; /** * One-to-many navigation property to the [[SalesQuoteReference]] entity. */ salesQuoteReference: SalesQuoteReference[]; /** * One-to-many navigation property to the [[SalesQuoteReferenceObject]] entity. */ salesQuoteReferenceObject: SalesQuoteReferenceObject[]; /** * One-to-many navigation property to the [[SalesQuoteTextCollection]] entity. */ salesQuoteTextCollection: SalesQuoteTextCollection[]; /** * One-to-many navigation property to the [[SalesQuoteWorklistItem]] entity. */ salesQuoteWorklistItem: SalesQuoteWorklistItem[]; /** * Returns an entity builder to construct instances of `SalesQuote`. * @returns A builder that constructs instances of entity type `SalesQuote`. */ static builder(): EntityBuilderType; /** * Returns a request builder to construct requests for operations on the `SalesQuote` entity type. * @returns A `SalesQuote` request builder. */ static requestBuilder(): SalesQuoteRequestBuilder; /** * Returns a selectable object that allows the selection of custom field in a get request for the entity `SalesQuote`. * @param fieldName Name of the custom field to select * @returns A builder that constructs instances of entity type `SalesQuote`. */ 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 { SalesQuoteAttachmentFolder, SalesQuoteAttachmentFolderType } from './SalesQuoteAttachmentFolder'; import { SalesQuoteExternalPrice, SalesQuoteExternalPriceType } from './SalesQuoteExternalPrice'; import { SalesQuoteItem, SalesQuoteItemType } from './SalesQuoteItem'; import { SalesQuoteOutput, SalesQuoteOutputType } from './SalesQuoteOutput'; import { SalesQuoteParty, SalesQuotePartyType } from './SalesQuoteParty'; import { SalesQuotePrice, SalesQuotePriceType } from './SalesQuotePrice'; import { SalesQuoteReference, SalesQuoteReferenceType } from './SalesQuoteReference'; import { SalesQuoteReferenceObject, SalesQuoteReferenceObjectType } from './SalesQuoteReferenceObject'; import { SalesQuoteTextCollection, SalesQuoteTextCollectionType } from './SalesQuoteTextCollection'; import { SalesQuoteWorklistItem, SalesQuoteWorklistItemType } from './SalesQuoteWorklistItem'; export interface SalesQuoteType { objectId: string; id?: string | null; buyerId?: string | null; name?: string | null; processingTypeCode?: string | null; processingTypeCodeText?: string | null; buyerPartyId?: string | null; buyerPartyName?: string | null; buyerContactPartyId?: string | null; buyerContactPartyName?: string | null; productRecipientPartyId?: string | null; productRecipientPartyName?: string | null; employeeResponsiblePartyId?: string | null; employeeResponsiblePartyName?: string | null; salesUnitPartyId?: string | null; salesUnitPartyName?: string | null; salesOrganisationId?: string | null; salesOrganisationName?: string | null; salesOfficeId?: string | null; salesOfficeName?: string | null; salesGroupId?: string | null; salesGroupName?: string | null; distributionChannelCode?: string | null; distributionChannelCodeText?: string | null; divisionCode?: string | null; divisionCodeText?: string | null; salesTerritoryId?: string | null; salesTerritoryName?: string | null; dateTime?: Moment | null; requestedFulfillmentStartDateTime?: string | null; priceDateTime?: Moment | null; timeZoneCode?: string | null; timeZoneCodeText?: string | null; validFromDate?: Moment | null; validToDate?: Moment | null; currencyCode?: string | null; currencyCodeText?: string | null; documentLanguageCode?: string | null; documentLanguageCodeText?: string | null; deliveryPriorityCode?: string | null; deliveryPriorityCodeText?: string | null; incotermsClassificationCode?: string | null; incotermsClassificationCodeText?: string | null; incotermsTransferLocationName?: string | null; probabilityPercent?: BigNumber | null; cancellationReasonCode?: string | null; cancellationReasonCodeText?: string | null; orderReasonCode?: string | null; orderReasonCodeText?: string | null; mainDiscount?: BigNumber | 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; confirmationExistenceIndicator?: boolean | null; consistencyStatusCode?: string | null; consistencyStatusCodeText?: string | null; lifeCycleStatusCode?: string | null; lifeCycleStatusCodeText?: string | null; cancellationStatusCode?: string | null; cancellationStatusCodeText?: string | null; resultStatusCode?: string | null; resultStatusCodeText?: string | null; approvalStatusCode?: string | null; approvalStatusCodeText?: string | null; orderingStatusCode?: string | null; orderingStatusCodeText?: string | null; creditWorthinessStatusCode?: string | null; creditWorthinessStatusCodeText?: string | null; replicationProcessingStatusCode?: string | null; replicationProcessingStatusCodeText?: string | null; productAvailabilityStatusCode?: string | null; productAvailabilityStatusCodeText?: string | null; priceCalculationStatusCode?: string | null; priceCalculationStatusCodeText?: string | null; pricingProcedureCode?: string | null; pricingProcedureCodeText?: string | null; externalPriceCalculationStatusCode?: string | null; externalPriceCalculationStatusCodeText?: string | null; externalPricingProcedureCode?: string | null; externalPricingProcedureCodeText?: string | null; creationDateTime?: Moment | null; lastChangeDateTime?: Moment | null; createdBy?: string | null; lastChangedBy?: string | null; creationIdentityUuid?: string | null; lastChangeIdentityUuid?: string | null; versionGroupId?: string | null; versionId?: string | null; external?: boolean | null; submit?: boolean | null; setAsWon?: boolean | null; setAsLost?: boolean | null; requestExtData?: boolean | null; primaryQuote?: boolean | null; updateOpportunity?: boolean | null; requestExtFollowup?: boolean | 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; externalApprovalStatusCode?: string | null; externalApprovalStatusCodeText?: string | null; plantPartyId?: string | null; plantPartyName?: string | null; entityLastChangedOn?: Moment | null; eTag?: Moment | null; zQuoteBusinessAreaKut?: string | null; zQuoteBusinessAreaKutText?: string | null; zQuoteLeadingQuoteKut?: boolean | null; zQuotePriorityKut?: string | null; zQuotePriorityKutText?: string | null; objectIdentifierMapping: ObjectIdentifierMappingType[]; salesQuoteAttachmentFolder: SalesQuoteAttachmentFolderType[]; salesQuoteExternalPrice: SalesQuoteExternalPriceType[]; salesQuoteItem: SalesQuoteItemType[]; salesQuoteOutput: SalesQuoteOutputType[]; salesQuoteParty: SalesQuotePartyType[]; salesQuotePrice: SalesQuotePriceType[]; salesQuoteReference: SalesQuoteReferenceType[]; salesQuoteReferenceObject: SalesQuoteReferenceObjectType[]; salesQuoteTextCollection: SalesQuoteTextCollectionType[]; salesQuoteWorklistItem: SalesQuoteWorklistItemType[]; } export declare namespace SalesQuote { /** * 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 [[id]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ID: StringField; /** * Static representation of the [[buyerId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const BUYER_ID: StringField; /** * Static representation of the [[name]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const NAME: 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 [[buyerPartyId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const BUYER_PARTY_ID: StringField; /** * Static representation of the [[buyerPartyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const BUYER_PARTY_NAME: StringField; /** * Static representation of the [[buyerContactPartyId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const BUYER_CONTACT_PARTY_ID: StringField; /** * Static representation of the [[buyerContactPartyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const BUYER_CONTACT_PARTY_NAME: 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 [[employeeResponsiblePartyId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EMPLOYEE_RESPONSIBLE_PARTY_ID: StringField; /** * Static representation of the [[employeeResponsiblePartyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EMPLOYEE_RESPONSIBLE_PARTY_NAME: StringField; /** * Static representation of the [[salesUnitPartyId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_UNIT_PARTY_ID: StringField; /** * Static representation of the [[salesUnitPartyName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_UNIT_PARTY_NAME: StringField; /** * Static representation of the [[salesOrganisationId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_ORGANISATION_ID: StringField; /** * Static representation of the [[salesOrganisationName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_ORGANISATION_NAME: StringField; /** * Static representation of the [[salesOfficeId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_OFFICE_ID: StringField; /** * Static representation of the [[salesOfficeName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_OFFICE_NAME: StringField; /** * Static representation of the [[salesGroupId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_GROUP_ID: StringField; /** * Static representation of the [[salesGroupName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_GROUP_NAME: StringField; /** * Static representation of the [[distributionChannelCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DISTRIBUTION_CHANNEL_CODE: StringField; /** * Static representation of the [[distributionChannelCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DISTRIBUTION_CHANNEL_CODE_TEXT: StringField; /** * Static representation of the [[divisionCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DIVISION_CODE: StringField; /** * Static representation of the [[divisionCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DIVISION_CODE_TEXT: StringField; /** * Static representation of the [[salesTerritoryId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_TERRITORY_ID: StringField; /** * Static representation of the [[salesTerritoryName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_TERRITORY_NAME: StringField; /** * Static representation of the [[dateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DATE_TIME: DateField; /** * Static representation of the [[requestedFulfillmentStartDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const REQUESTED_FULFILLMENT_START_DATE_TIME: StringField; /** * Static representation of the [[priceDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRICE_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 [[validFromDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VALID_FROM_DATE: DateField; /** * Static representation of the [[validToDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VALID_TO_DATE: DateField; /** * Static representation of the [[currencyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CURRENCY_CODE: StringField; /** * Static representation of the [[currencyCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CURRENCY_CODE_TEXT: StringField; /** * Static representation of the [[documentLanguageCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DOCUMENT_LANGUAGE_CODE: StringField; /** * Static representation of the [[documentLanguageCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const DOCUMENT_LANGUAGE_CODE_TEXT: StringField; /** * 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 [[probabilityPercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PROBABILITY_PERCENT: BigNumberField; /** * 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 [[orderReasonCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ORDER_REASON_CODE: StringField; /** * Static representation of the [[orderReasonCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const ORDER_REASON_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 [[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 [[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 [[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 [[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 [[resultStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const RESULT_STATUS_CODE: StringField; /** * Static representation of the [[resultStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const RESULT_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[approvalStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const APPROVAL_STATUS_CODE: StringField; /** * Static representation of the [[approvalStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const APPROVAL_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 [[creditWorthinessStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CREDIT_WORTHINESS_STATUS_CODE: StringField; /** * Static representation of the [[creditWorthinessStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CREDIT_WORTHINESS_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[replicationProcessingStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const REPLICATION_PROCESSING_STATUS_CODE: StringField; /** * Static representation of the [[replicationProcessingStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const REPLICATION_PROCESSING_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[productAvailabilityStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_AVAILABILITY_STATUS_CODE: StringField; /** * Static representation of the [[productAvailabilityStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRODUCT_AVAILABILITY_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[priceCalculationStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRICE_CALCULATION_STATUS_CODE: StringField; /** * Static representation of the [[priceCalculationStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRICE_CALCULATION_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[pricingProcedureCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRICING_PROCEDURE_CODE: StringField; /** * Static representation of the [[pricingProcedureCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRICING_PROCEDURE_CODE_TEXT: StringField; /** * Static representation of the [[externalPriceCalculationStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL_PRICE_CALCULATION_STATUS_CODE: StringField; /** * Static representation of the [[externalPriceCalculationStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL_PRICE_CALCULATION_STATUS_CODE_TEXT: StringField; /** * Static representation of the [[externalPricingProcedureCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL_PRICING_PROCEDURE_CODE: StringField; /** * Static representation of the [[externalPricingProcedureCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL_PRICING_PROCEDURE_CODE_TEXT: StringField; /** * 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 [[createdBy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CREATED_BY: StringField; /** * Static representation of the [[lastChangedBy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const LAST_CHANGED_BY: StringField; /** * Static representation of the [[creationIdentityUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const CREATION_IDENTITY_UUID: StringField; /** * Static representation of the [[lastChangeIdentityUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const LAST_CHANGE_IDENTITY_UUID: StringField; /** * Static representation of the [[versionGroupId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VERSION_GROUP_ID: StringField; /** * Static representation of the [[versionId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const VERSION_ID: StringField; /** * Static representation of the [[external]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL: BooleanField; /** * Static representation of the [[submit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SUBMIT: BooleanField; /** * Static representation of the [[setAsWon]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SET_AS_WON: BooleanField; /** * Static representation of the [[setAsLost]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SET_AS_LOST: BooleanField; /** * Static representation of the [[requestExtData]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const REQUEST_EXT_DATA: BooleanField; /** * Static representation of the [[primaryQuote]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const PRIMARY_QUOTE: BooleanField; /** * Static representation of the [[updateOpportunity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const UPDATE_OPPORTUNITY: BooleanField; /** * Static representation of the [[requestExtFollowup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const REQUEST_EXT_FOLLOWUP: BooleanField; /** * 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 [[externalApprovalStatusCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL_APPROVAL_STATUS_CODE: StringField; /** * Static representation of the [[externalApprovalStatusCodeText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const EXTERNAL_APPROVAL_STATUS_CODE_TEXT: 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 [[zQuoteBusinessAreaKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_BUSINESS_AREA_KUT: StringField; /** * Static representation of the [[zQuoteBusinessAreaKutText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_BUSINESS_AREA_KUT_TEXT: StringField; /** * Static representation of the [[zQuoteLeadingQuoteKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_LEADING_QUOTE_KUT: BooleanField; /** * Static representation of the [[zQuotePriorityKut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_PRIORITY_KUT: StringField; /** * Static representation of the [[zQuotePriorityKutText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const Z_QUOTE_PRIORITY_KUT_TEXT: 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-many navigation property [[salesQuoteAttachmentFolder]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ATTACHMENT_FOLDER: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteExternalPrice]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_EXTERNAL_PRICE: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteItem]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_ITEM: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteOutput]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_OUTPUT: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteParty]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_PARTY: Link; /** * Static representation of the one-to-many navigation property [[salesQuotePrice]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_PRICE: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteReference]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_REFERENCE: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteReferenceObject]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_REFERENCE_OBJECT: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteTextCollection]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_TEXT_COLLECTION: Link; /** * Static representation of the one-to-many navigation property [[salesQuoteWorklistItem]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ const SALES_QUOTE_WORKLIST_ITEM: Link; /** * All fields of the SalesQuote entity. */ const _allFields: Array | DateField | BigNumberField | BooleanField | Link | Link | Link | Link | Link | Link | Link | Link | Link | Link | Link>; /** * All fields selector. */ const ALL_FIELDS: AllFields; /** * All key fields of the SalesQuote entity. */ const _keyFields: Array>; /** * Mapping of all key field names to the respective static field property SalesQuote. */ const _keys: { [keys: string]: Field; }; } //# sourceMappingURL=SalesQuote.d.ts.map