import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { BusinessSolutionQuotation, BusinessSolutionQuotationType } from './BusinessSolutionQuotation'; /** * This class represents the entity "A_BusSolnQtanSrvcContrItmProd" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanSrvcContrItmProd extends Entity implements BusSolnQtanSrvcContrItmProdType { /** * Technical entity name for BusSolnQtanSrvcContrItmProd. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanSrvcContrItmProd entity */ static _keys: string[]; /** * Transaction ID. * Maximum length: 10. */ businessSolutionQuotation: DeserializedType; /** * Shortened Item Number in Document. * Maximum length: 6. */ busSolutionQuotationItem: DeserializedType; /** * Material Number. * Maximum length: 40. */ srvcContrProdListProduct: DeserializedType; /** * Product Hierarchy. * Maximum length: 18. */ srvcContrProdListProdHierarchy: DeserializedType; /** * One-to-one navigation property to the [[BusinessSolutionQuotation]] entity. */ toBusinessSolutionQuotation?: BusinessSolutionQuotation | null; } export interface BusSolnQtanSrvcContrItmProdType { businessSolutionQuotation: DeserializedType; busSolutionQuotationItem: DeserializedType; srvcContrProdListProduct: DeserializedType; srvcContrProdListProdHierarchy: DeserializedType; toBusinessSolutionQuotation?: BusinessSolutionQuotationType | null; } //# sourceMappingURL=BusSolnQtanSrvcContrItmProd.d.ts.map