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