import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { BusinessSolutionQuotation, BusinessSolutionQuotationType } from './BusinessSolutionQuotation'; /** * This class represents the entity "A_BusSolnQtanItemTechRsce" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanItemTechRsce extends Entity implements BusSolnQtanItemTechRsceType { /** * Technical entity name for BusSolnQtanItemTechRsce. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanItemTechRsce entity */ static _keys: string[]; /** * Transaction ID. * Maximum length: 10. */ businessSolutionQuotation: DeserializedType; /** * Shortened Item Number in Document. * Maximum length: 6. */ busSolutionQuotationItem: DeserializedType; /** * Type of Identification. * Maximum length: 2. */ caTechnicalResourceIdType: DeserializedType; /** * ID of Technical Resource. * Maximum length: 50. * @nullable */ caTechnicalResourceId?: DeserializedType | null; /** * One-to-one navigation property to the [[BusinessSolutionQuotation]] entity. */ toBusinessSolutionQuotation?: BusinessSolutionQuotation | null; } export interface BusSolnQtanItemTechRsceType { businessSolutionQuotation: DeserializedType; busSolutionQuotationItem: DeserializedType; caTechnicalResourceIdType: DeserializedType; caTechnicalResourceId?: DeserializedType | null; toBusinessSolutionQuotation?: BusinessSolutionQuotationType | null; } //# sourceMappingURL=BusSolnQtanItemTechRsce.d.ts.map