import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "sa_infaju" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Sa_Infaju extends Entity implements Sa_InfajuType { /** * Technical entity name for Sa_Infaju. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Sa_Infaju entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Ind Apur Icms. * Maximum length: 1. */ indApurIcms: DeserializedType; /** * Cod Aj Apur. * Maximum length: 8. */ codAjApur: DeserializedType; /** * Num Da. * Maximum length: 255. */ numDa: DeserializedType; /** * Num Proc. * Maximum length: 15. */ numProc: DeserializedType; /** * Dt Ini. * Maximum length: 8. */ dtIni: DeserializedType; /** * Num Item. * Maximum length: 5. */ numItem: DeserializedType; /** * Dt Fin. * Maximum length: 8. */ dtFin: 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 Sa_InfajuType { empresa: DeserializedType; filial: DeserializedType; indApurIcms: DeserializedType; codAjApur: DeserializedType; numDa: DeserializedType; numProc: DeserializedType; dtIni: DeserializedType; numItem: DeserializedType; dtFin: DeserializedType; indProc: DeserializedType; proce: DeserializedType; txtCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Sa_Infaju.d.ts.map