import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "inf_aj_ap" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Inf_Aj_Ap extends Entity implements Inf_Aj_ApType { /** * Technical entity name for Inf_Aj_Ap. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Inf_Aj_Ap entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Aj Apur. * Maximum length: 8. */ codAjApur: DeserializedType; /** * Num Item. * Maximum length: 5. */ numItem: DeserializedType; /** * Dt Reg. * Maximum length: 8. */ dtReg: DeserializedType; /** * Id Inf. * Maximum length: 10. */ idInf: DeserializedType; /** * Num Da. * Maximum length: 40. */ numDa: DeserializedType; /** * Num Proc. * Maximum length: 15. */ numProc: DeserializedType; /** * Ind Proc. * Maximum length: 1. */ indProc: DeserializedType; /** * Proce. * Maximum length: 255. */ proce: DeserializedType; /** * Txt Compl. * Maximum length: 255. */ txtCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Inf_Aj_ApType { empresa: DeserializedType; filial: DeserializedType; codAjApur: DeserializedType; numItem: DeserializedType; dtReg: DeserializedType; idInf: DeserializedType; numDa: DeserializedType; numProc: DeserializedType; indProc: DeserializedType; proce: DeserializedType; txtCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Inf_Aj_Ap.d.ts.map