import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_ServiceQtanPersonResp" of service "API_SERVICE_QUOTATION_SRV". */ export declare class ServiceQtanPersonResp extends Entity implements ServiceQtanPersonRespType { /** * Technical entity name for ServiceQtanPersonResp. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ServiceQtanPersonResp 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; /** * Business Partner Number. * Key identifying a business partner in the SAP system. The key is unique within a client. * Maximum length: 10. */ personResponsible: DeserializedType; } export interface ServiceQtanPersonRespType { serviceQuotation: DeserializedType; personResponsible: DeserializedType; } //# sourceMappingURL=ServiceQtanPersonResp.d.ts.map