import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_BusSolnQtanItemTblParam" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanItemTblParam extends Entity implements BusSolnQtanItemTblParamType { /** * Technical entity name for BusSolnQtanItemTblParam. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanItemTblParam entity */ static _keys: string[]; /** * Transaction ID. * Maximum length: 10. */ businessSolutionQuotation: DeserializedType; /** * Shortened Item Number in Document. * Maximum length: 6. */ busSolutionQuotationItem: DeserializedType; /** * Charge Plan Parameter UUID. */ chargePlanParameterUuid: DeserializedType; /** * Value Used. * Maximum length: 1. * @nullable */ chargePlanParameterUseValue?: DeserializedType | null; /** * Parameter Value. * Maximum length: 80. * @nullable */ chargePlanParameterStringValue?: DeserializedType | null; } export interface BusSolnQtanItemTblParamType { businessSolutionQuotation: DeserializedType; busSolutionQuotationItem: DeserializedType; chargePlanParameterUuid: DeserializedType; chargePlanParameterUseValue?: DeserializedType | null; chargePlanParameterStringValue?: DeserializedType | null; } //# sourceMappingURL=BusSolnQtanItemTblParam.d.ts.map