import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { BusinessSolutionQuotation, BusinessSolutionQuotationType } from './BusinessSolutionQuotation'; /** * This class represents the entity "A_BusSolnQtanFUPSrvcOrder" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanFupSrvcOrder extends Entity implements BusSolnQtanFupSrvcOrderType { /** * Technical entity name for BusSolnQtanFupSrvcOrder. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanFupSrvcOrder 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 */ serviceOrder?: DeserializedType | null; /** * One-to-one navigation property to the [[BusinessSolutionQuotation]] entity. */ toBusinessSolutionQuotation?: BusinessSolutionQuotation | null; } export interface BusSolnQtanFupSrvcOrderType { serviceDocumentRelationUuid: DeserializedType; serviceDocRltnSequenceNumber: DeserializedType; businessSolutionQuotation?: DeserializedType | null; busSolutionQuotationUuid?: DeserializedType | null; serviceOrder?: DeserializedType | null; toBusinessSolutionQuotation?: BusinessSolutionQuotationType | null; } //# sourceMappingURL=BusSolnQtanFupSrvcOrder.d.ts.map