import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "cf_r" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Cf_R extends Entity implements Cf_RType { /** * Technical entity name for Cf_R. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Cf_R entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Cod Inf. * Maximum length: 255. */ codInf: DeserializedType; /** * Ecf Fab. * Maximum length: 21. */ ecfFab: DeserializedType; /** * Num Doc. * Maximum length: 9. */ numDoc: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Ecf Cx. * Maximum length: 3. */ ecfCx: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Cf_RType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; codInf: DeserializedType; ecfFab: DeserializedType; numDoc: DeserializedType; dtDoc: DeserializedType; codMod: DeserializedType; ecfCx: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Cf_R.d.ts.map