import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "imp_pg_ex" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Imp_Pg_Ex extends Entity implements Imp_Pg_ExType { /** * Technical entity name for Imp_Pg_Ex. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Imp_Pg_Ex entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Nif. * Maximum length: 30. */ nif: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Res Inv Per. */ resInvPer: DeserializedType; /** * Res Inv Per Real. */ resInvPerReal: DeserializedType; /** * Res Neg Acum. */ resNegAcum: DeserializedType; /** * Res Pos Trib. */ resPosTrib: DeserializedType; /** * Res Pos Trib Real. */ resPosTribReal: DeserializedType; /** * Imp Pag Rend. */ impPagRend: DeserializedType; /** * Imp Pag Rend Real. */ impPagRendReal: DeserializedType; /** * Res Isen Petr Per. */ resIsenPetrPer: DeserializedType; /** * Res Isen Petr Per Real. */ resIsenPetrPerReal: DeserializedType; /** * Imp Lucr. */ impLucr: DeserializedType; /** * Imp Lucr Real. */ impLucrReal: DeserializedType; /** * Imp Ret Ext. */ impRetExt: DeserializedType; /** * Imp Ret Ext Real. */ impRetExtReal: DeserializedType; /** * Imp Ret Br. */ impRetBr: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Imp_Pg_ExType { empresa: DeserializedType; dtLancto: DeserializedType; nif: DeserializedType; cnpj: DeserializedType; resInvPer: DeserializedType; resInvPerReal: DeserializedType; resNegAcum: DeserializedType; resPosTrib: DeserializedType; resPosTribReal: DeserializedType; impPagRend: DeserializedType; impPagRendReal: DeserializedType; resIsenPetrPer: DeserializedType; resIsenPetrPerReal: DeserializedType; impLucr: DeserializedType; impLucrReal: DeserializedType; impRetExt: DeserializedType; impRetExtReal: DeserializedType; impRetBr: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Imp_Pg_Ex.d.ts.map