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