import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_BusSolnQtanItmConfign" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanItmConfign extends Entity implements BusSolnQtanItmConfignType { /** * Technical entity name for BusSolnQtanItmConfign. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanItmConfign entity */ static _keys: string[]; /** * IB: Key of a Referencing Object. * Maximum length: 50. */ varConfignInstceBusObjectKey: DeserializedType; /** * IB: External Type of a (Referencing) Object. * Maximum length: 10. */ varConfignInstceBusObjectType: DeserializedType; /** * IB: Component (instance). * Maximum length: 18. */ variantConfigurationInstance: DeserializedType; /** * Characteristic Internal ID. * Maximum length: 10. */ charcInternalId: DeserializedType; /** * Characteristic Value. * Maximum length: 70. */ charcValue: DeserializedType; /** * Internal floating point from. */ charcFromNumericValue: DeserializedType; /** * Internal floating point value to. */ charcToNumericValue: DeserializedType; /** * Characteristic Name. * Maximum length: 30. * @nullable */ characteristic?: DeserializedType | null; /** * Characteristic Value. * Maximum length: 70. * @nullable */ characteristicValue?: DeserializedType | null; /** * Characteristic Value Assignment Type for API access (input). * Maximum length: 10. * @nullable */ charcValueAssignmentType?: DeserializedType | null; /** * Variant Condition Factor. * Maximum length: 15. * @nullable */ variantConditionFactor?: DeserializedType | null; /** * Valid-From Date. * @nullable */ variantConfigurationDate?: DeserializedType | null; } export interface BusSolnQtanItmConfignType { varConfignInstceBusObjectKey: DeserializedType; varConfignInstceBusObjectType: DeserializedType; variantConfigurationInstance: DeserializedType; charcInternalId: DeserializedType; charcValue: DeserializedType; charcFromNumericValue: DeserializedType; charcToNumericValue: DeserializedType; characteristic?: DeserializedType | null; characteristicValue?: DeserializedType | null; charcValueAssignmentType?: DeserializedType | null; variantConditionFactor?: DeserializedType | null; variantConfigurationDate?: DeserializedType | null; } //# sourceMappingURL=BusSolnQtanItmConfign.d.ts.map