import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_ServiceQtanRefObject" of service "API_SERVICE_QUOTATION_SRV". */ export declare class ServiceQtanRefObject extends Entity implements ServiceQtanRefObjectType { /** * Technical entity name for ServiceQtanRefObject. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ServiceQtanRefObject entity */ static _keys: string[]; /** * Transaction ID. * Number that identifies the transaction document. It is unique for each business transaction category. * Maximum length: 10. */ serviceQuotation: DeserializedType; /** * Equipment Number. * Number by which a piece of equipment can be clearly identified. * Maximum length: 18. */ serviceReferenceEquipment: DeserializedType; /** * Functional Location. * Label that uniquely identifies a functional location. * If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field. * Maximum length: 40. */ serviceRefFunctionalLocation: DeserializedType; /** * Main Reference Object. * @nullable */ srvcRefObjIsMainObject?: DeserializedType | null; } export interface ServiceQtanRefObjectType { serviceQuotation: DeserializedType; serviceReferenceEquipment: DeserializedType; serviceRefFunctionalLocation: DeserializedType; srvcRefObjIsMainObject?: DeserializedType | null; } //# sourceMappingURL=ServiceQtanRefObject.d.ts.map