import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "ecf_nf" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Ecf_Nf extends Entity implements Ecf_NfType { /** * Technical entity name for Ecf_Nf. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Ecf_Nf entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Ecf Mod. * Maximum length: 20. */ ecfMod: DeserializedType; /** * Ecf Fab. * Maximum length: 21. */ ecfFab: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Ecf Cx. * Maximum length: 3. */ ecfCx: DeserializedType; /** * Num Doc. * Maximum length: 9. */ numDoc: DeserializedType; /** * Cod Sit. * Maximum length: 2. */ codSit: DeserializedType; /** * Vl Doc. */ vlDoc: DeserializedType; /** * Cpf Cnpj. * Maximum length: 14. */ cpfCnpj: DeserializedType; /** * Nom Adq. * Maximum length: 60. */ nomAdq: DeserializedType; /** * Chv Cfe. * Maximum length: 44. */ chvCfe: DeserializedType; /** * Num Ccf. * Maximum length: 9. */ numCcf: DeserializedType; /** * Uf. * Maximum length: 2. */ uf: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Ecf_NfType { empresa: DeserializedType; filial: DeserializedType; codMod: DeserializedType; ecfMod: DeserializedType; ecfFab: DeserializedType; dtDoc: DeserializedType; ecfCx: DeserializedType; numDoc: DeserializedType; codSit: DeserializedType; vlDoc: DeserializedType; cpfCnpj: DeserializedType; nomAdq: DeserializedType; chvCfe: DeserializedType; numCcf: DeserializedType; uf: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Ecf_Nf.d.ts.map