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