import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nfdoc_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nfdoc_Cpl extends Entity implements Nfdoc_CplType { /** * Technical entity name for Nfdoc_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nfdoc_Cpl entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Cod Cons. * Maximum length: 2. */ codCons: DeserializedType; /** * Vl Forn. */ vlForn: DeserializedType; /** * Vl Serv Nt. */ vlServNt: DeserializedType; /** * Vl Terc. */ vlTerc: DeserializedType; /** * Vl Da. */ vlDa: DeserializedType; /** * Tp Ligacao. * Maximum length: 1. */ tpLigacao: DeserializedType; /** * Cod Grupo Tensao. * Maximum length: 2. */ codGrupoTensao: DeserializedType; /** * Cod Mun. * Maximum length: 7. */ codMun: DeserializedType; /** * Cons. */ cons: DeserializedType; /** * Cod Cta. * Maximum length: 100. */ codCta: DeserializedType; /** * Tp Assinante. * Maximum length: 1. */ tpAssinante: DeserializedType; /** * Num Doc Rmd. * Maximum length: 6. */ numDocRmd: DeserializedType; /** * Nro Ord. * Maximum length: 9. */ nroOrd: DeserializedType; /** * Nom Mot. * Maximum length: 60. */ nomMot: DeserializedType; /** * Cpf Mot. * Maximum length: 11. */ cpfMot: DeserializedType; /** * Tipo Rps. * Maximum length: 5. */ tipoRps: DeserializedType; /** * Nom Mest. * Maximum length: 15. */ nomMest: DeserializedType; /** * Chv Cod Dig. * Maximum length: 32. */ chvCodDig: DeserializedType; /** * Ind Nat Frt. * Maximum length: 1. */ indNatFrt: DeserializedType; /** * Num Unidade Consumidora. * Maximum length: 12. */ numUnidadeConsumidora: DeserializedType; /** * Nro Tel Principal. * Maximum length: 12. */ nroTelPrincipal: DeserializedType; /** * Tp Informacao. * Maximum length: 1. */ tpInformacao: DeserializedType; /** * Tp Cliente. * Maximum length: 2. */ tpCliente: DeserializedType; /** * Subclasse Consumo. * Maximum length: 2. */ subclasseConsumo: DeserializedType; /** * Cnpj Emitente. * Maximum length: 14. */ cnpjEmitente: DeserializedType; /** * Vl Total Fatura Doc. */ vlTotalFaturaDoc: DeserializedType; /** * Dt Leit Ant. * Maximum length: 8. */ dtLeitAnt: DeserializedType; /** * Dt Leit Atu. * Maximum length: 8. */ dtLeitAtu: DeserializedType; /** * Informacoes Adicionais. * Maximum length: 30. */ informacoesAdicionais: DeserializedType; /** * Nro Fatura. * Maximum length: 30. */ nroFatura: DeserializedType; /** * Cod Auth. * Maximum length: 32. */ codAuth: DeserializedType; /** * Ind Cprb. * Maximum length: 1. */ indCprb: DeserializedType; /** * Vl Mat Terc. */ vlMatTerc: DeserializedType; /** * Vl Sub. */ vlSub: DeserializedType; /** * Chv Cte Ref. * Maximum length: 44. */ chvCteRef: DeserializedType; /** * Num Da. * Maximum length: 40. */ numDa: DeserializedType; /** * Fin Doce. * Maximum length: 1. */ finDoce: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nfdoc_CplType { nfId: DeserializedType; codCons: DeserializedType; vlForn: DeserializedType; vlServNt: DeserializedType; vlTerc: DeserializedType; vlDa: DeserializedType; tpLigacao: DeserializedType; codGrupoTensao: DeserializedType; codMun: DeserializedType; cons: DeserializedType; codCta: DeserializedType; tpAssinante: DeserializedType; numDocRmd: DeserializedType; nroOrd: DeserializedType; nomMot: DeserializedType; cpfMot: DeserializedType; tipoRps: DeserializedType; nomMest: DeserializedType; chvCodDig: DeserializedType; indNatFrt: DeserializedType; numUnidadeConsumidora: DeserializedType; nroTelPrincipal: DeserializedType; tpInformacao: DeserializedType; tpCliente: DeserializedType; subclasseConsumo: DeserializedType; cnpjEmitente: DeserializedType; vlTotalFaturaDoc: DeserializedType; dtLeitAnt: DeserializedType; dtLeitAtu: DeserializedType; informacoesAdicionais: DeserializedType; nroFatura: DeserializedType; codAuth: DeserializedType; indCprb: DeserializedType; vlMatTerc: DeserializedType; vlSub: DeserializedType; chvCteRef: DeserializedType; numDa: DeserializedType; finDoce: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nfdoc_Cpl.d.ts.map