import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "ajus_ipi" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Ajus_Ipi extends Entity implements Ajus_IpiType { /** * Technical entity name for Ajus_Ipi. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Ajus_Ipi entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Num Doc. * Maximum length: 60. */ numDoc: DeserializedType; /** * Dt Reg. * Maximum length: 8. */ dtReg: DeserializedType; /** * Ind Aj. * Maximum length: 1. */ indAj: DeserializedType; /** * Cod Aj. * Maximum length: 3. */ codAj: DeserializedType; /** * Ind Doc. * Maximum length: 1. */ indDoc: DeserializedType; /** * Num Item. * Maximum length: 5. */ numItem: DeserializedType; /** * Descr Aj. * Maximum length: 255. */ descrAj: DeserializedType; /** * Vl Aj. */ vlAj: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Ajus_IpiType { empresa: DeserializedType; filial: DeserializedType; numDoc: DeserializedType; dtReg: DeserializedType; indAj: DeserializedType; codAj: DeserializedType; indDoc: DeserializedType; numItem: DeserializedType; descrAj: DeserializedType; vlAj: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Ajus_Ipi.d.ts.map