import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { BusinessSolutionQuotation, BusinessSolutionQuotationType } from './BusinessSolutionQuotation'; /** * This class represents the entity "A_BusSolnQtanItmFUPSrvcOrder" of service "API_BUS_SOLUTION_QUOTATION_SRV". */ export declare class BusSolnQtanItmFupSrvcOrder extends Entity implements BusSolnQtanItmFupSrvcOrderType { /** * Technical entity name for BusSolnQtanItmFupSrvcOrder. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the BusSolnQtanItmFupSrvcOrder 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 */ serviceOrder?: DeserializedType | null; /** * Shortened Item Number in Document. * Maximum length: 6. * @nullable */ serviceOrderItem?: DeserializedType | null; /** * One-to-one navigation property to the [[BusinessSolutionQuotation]] entity. */ toBusinessSolutionQuotation?: BusinessSolutionQuotation | null; } export interface BusSolnQtanItmFupSrvcOrderType { serviceDocumentItmRelationUuid: DeserializedType; serviceDocItmRltnSqncNumber: DeserializedType; busSolnQuotationItemUuid?: DeserializedType | null; businessSolutionQuotation?: DeserializedType | null; busSolutionQuotationItem?: DeserializedType | null; serviceOrder?: DeserializedType | null; serviceOrderItem?: DeserializedType | null; toBusinessSolutionQuotation?: BusinessSolutionQuotationType | null; } //# sourceMappingURL=BusSolnQtanItmFupSrvcOrder.d.ts.map