import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "cfiscal_r" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Cfiscal_R extends Entity implements Cfiscal_RType { /** * Technical entity name for Cfiscal_R. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Cfiscal_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; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Nr Sat. * Maximum length: 9. */ nrSat: DeserializedType; /** * Num Cfe. * Maximum length: 6. */ numCfe: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Chv Cfe. * Maximum length: 44. */ chvCfe: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Cfiscal_RType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; codInf: DeserializedType; dtDoc: DeserializedType; nrSat: DeserializedType; numCfe: DeserializedType; codMod: DeserializedType; chvCfe: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Cfiscal_R.d.ts.map