import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_impost" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Impost extends Entity implements Nf_ImpostType { /** * Technical entity name for Nf_Impost. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Impost entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Num Item. * Maximum length: 6. */ numItem: DeserializedType; /** * Sys Imposto. * Maximum length: 4. */ sysImposto: DeserializedType; /** * Tipo Imposto. * Maximum length: 6. */ tipoImposto: DeserializedType; /** * Subdivisao. * Maximum length: 3. */ subdivisao: DeserializedType; /** * Descr Imposto. * Maximum length: 255. */ descrImposto: DeserializedType; /** * Base. */ base: DeserializedType; /** * Aliquota. */ aliquota: DeserializedType; /** * Valor Imp. */ valorImp: DeserializedType; /** * Base Excluida. */ baseExcluida: DeserializedType; /** * Outras Base. */ outrasBase: DeserializedType; /** * Pauta. * Maximum length: 1. */ pauta: DeserializedType; /** * Base Pauta. */ basePauta: DeserializedType; /** * Vl Abat Nt Icms. */ vlAbatNtIcms: DeserializedType; /** * Vl Abat Nt Ipi. */ vlAbatNtIpi: DeserializedType; /** * Factor. */ factor: DeserializedType; /** * Loc Serv. * Maximum length: 15. */ locServ: DeserializedType; /** * Cod Uf Loc Serv. * Maximum length: 2. */ codUfLocServ: DeserializedType; /** * Tipo Serv. * Maximum length: 16. */ tipoServ: DeserializedType; /** * Cod Ret. * Maximum length: 16. */ codRet: DeserializedType; /** * It Estatistico. * Maximum length: 1. */ itEstatistico: DeserializedType; /** * Ind Imp Ret. * Maximum length: 1. */ indImpRet: DeserializedType; /** * Aliq Base Imp. */ aliqBaseImp: DeserializedType; /** * Aliquota Cont Icms. */ aliquotaContIcms: DeserializedType; /** * Imposto Incluso. * Maximum length: 1. */ impostoIncluso: DeserializedType; /** * Tipo Serv Saida. * Maximum length: 4. */ tipoServSaida: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_ImpostType { nfId: DeserializedType; numItem: DeserializedType; sysImposto: DeserializedType; tipoImposto: DeserializedType; subdivisao: DeserializedType; descrImposto: DeserializedType; base: DeserializedType; aliquota: DeserializedType; valorImp: DeserializedType; baseExcluida: DeserializedType; outrasBase: DeserializedType; pauta: DeserializedType; basePauta: DeserializedType; vlAbatNtIcms: DeserializedType; vlAbatNtIpi: DeserializedType; factor: DeserializedType; locServ: DeserializedType; codUfLocServ: DeserializedType; tipoServ: DeserializedType; codRet: DeserializedType; itEstatistico: DeserializedType; indImpRet: DeserializedType; aliqBaseImp: DeserializedType; aliquotaContIcms: DeserializedType; impostoIncluso: DeserializedType; tipoServSaida: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Impost.d.ts.map