import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { BusinessSolutionQuotation, BusinessSolutionQuotationType } from './BusinessSolutionQuotation'; /** * This class represents the entity "A_BusSolnQtanItmPriceElement" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanItmPriceElement extends Entity implements BusSolnQtanItmPriceElementType { /** * Technical entity name for BusSolnQtanItmPriceElement. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanItmPriceElement entity */ static _keys: string[]; /** * Transaction ID. * Maximum length: 10. */ businessSolutionQuotation: DeserializedType; /** * Condition item number. * Maximum length: 6. */ busSolutionQuotationItem: DeserializedType; /** * Step Number. * Maximum length: 3. */ pricingProcedureStep: DeserializedType; /** * Condition Counter. * Maximum length: 3. */ pricingProcedureCounter: DeserializedType; /** * Condition Type. * Maximum length: 4. * @nullable */ conditionType?: DeserializedType | null; /** * Condition Amount or Percentage. * @nullable */ conditionRateValue?: DeserializedType | null; /** * Currency Key. * Maximum length: 5. * @nullable */ conditionCurrency?: DeserializedType | null; /** * Condition Pricing Unit. * @nullable */ conditionQuantity?: DeserializedType | null; /** * Condition Unit in the Document. * Maximum length: 3. * @nullable */ conditionQuantityUnit?: DeserializedType | null; /** * Variant Condition Key. * Maximum length: 26. * @nullable */ variantCondition?: DeserializedType | null; /** * Condition Is Active. * Maximum length: 1. * @nullable */ conditionIsActive?: DeserializedType | null; /** * One-to-one navigation property to the [[BusinessSolutionQuotation]] entity. */ toBusinessSolutionQuotation?: BusinessSolutionQuotation | null; } export interface BusSolnQtanItmPriceElementType { businessSolutionQuotation: DeserializedType; busSolutionQuotationItem: DeserializedType; pricingProcedureStep: DeserializedType; pricingProcedureCounter: DeserializedType; conditionType?: DeserializedType | null; conditionRateValue?: DeserializedType | null; conditionCurrency?: DeserializedType | null; conditionQuantity?: DeserializedType | null; conditionQuantityUnit?: DeserializedType | null; variantCondition?: DeserializedType | null; conditionIsActive?: DeserializedType | null; toBusinessSolutionQuotation?: BusinessSolutionQuotationType | null; } //# sourceMappingURL=BusSolnQtanItmPriceElement.d.ts.map