import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { BusinessSolutionQuotation, BusinessSolutionQuotationType } from './BusinessSolutionQuotation'; /** * This class represents the entity "A_BusSolnQtanItmFUPSrvcContr" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanItmFupSrvcContr extends Entity implements BusSolnQtanItmFupSrvcContrType { /** * Technical entity name for BusSolnQtanItmFupSrvcContr. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanItmFupSrvcContr entity */ static _keys: string[]; /** * Object Relationship Service : GUID binary link. */ serviceDocumentItmRelationUuid: DeserializedType; /** * Sequential Number of Segment in IDoc Type. * Maximum length: 4. */ serviceDocItmRltnSqncNumber: DeserializedType; /** * 32 Character CRM Object GUID. * @nullable */ busSolnQuotationItemUuid?: DeserializedType | null; /** * Transaction ID. * Maximum length: 10. * @nullable */ businessSolutionQuotation?: DeserializedType | null; /** * Shortened Item Number in Document. * Maximum length: 6. * @nullable */ busSolutionQuotationItem?: DeserializedType | null; /** * Transaction ID. * Maximum length: 10. * @nullable */ serviceContract?: DeserializedType | null; /** * Shortened Item Number in Document. * Maximum length: 6. * @nullable */ serviceContractItem?: DeserializedType | null; /** * One-to-one navigation property to the [[BusinessSolutionQuotation]] entity. */ toBusinessSolutionQuotation?: BusinessSolutionQuotation | null; } export interface BusSolnQtanItmFupSrvcContrType { serviceDocumentItmRelationUuid: DeserializedType; serviceDocItmRltnSqncNumber: DeserializedType; busSolnQuotationItemUuid?: DeserializedType | null; businessSolutionQuotation?: DeserializedType | null; busSolutionQuotationItem?: DeserializedType | null; serviceContract?: DeserializedType | null; serviceContractItem?: DeserializedType | null; toBusinessSolutionQuotation?: BusinessSolutionQuotationType | null; } //# sourceMappingURL=BusSolnQtanItmFupSrvcContr.d.ts.map