import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "cfe" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Cfe extends Entity implements CfeType { /** * Technical entity name for Cfe. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Cfe entity */ static _keys: string[]; /** * Chv Cfe. * Maximum length: 44. */ chvCfe: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Cod Sit. * Maximum length: 2. */ codSit: DeserializedType; /** * Num Cfe. * Maximum length: 6. */ numCfe: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Cnpj Cpf. * Maximum length: 14. */ cnpjCpf: DeserializedType; /** * Nr Sat. * Maximum length: 9. */ nrSat: DeserializedType; /** * Ind Oper. * Maximum length: 1. */ indOper: DeserializedType; /** * Vl Cfe. */ vlCfe: DeserializedType; /** * Vl Pis. */ vlPis: DeserializedType; /** * Vl Cofins. */ vlCofins: DeserializedType; /** * Vl Desc. */ vlDesc: DeserializedType; /** * Vl Merc. */ vlMerc: DeserializedType; /** * Vl Out Da. */ vlOutDa: DeserializedType; /** * Vl Icms. */ vlIcms: DeserializedType; /** * Vl Pis St. */ vlPisSt: DeserializedType; /** * Vl Cofins St. */ vlCofinsSt: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface CfeType { chvCfe: DeserializedType; empresa: DeserializedType; filial: DeserializedType; codMod: DeserializedType; codSit: DeserializedType; numCfe: DeserializedType; dtDoc: DeserializedType; cnpjCpf: DeserializedType; nrSat: DeserializedType; indOper: DeserializedType; vlCfe: DeserializedType; vlPis: DeserializedType; vlCofins: DeserializedType; vlDesc: DeserializedType; vlMerc: DeserializedType; vlOutDa: DeserializedType; vlIcms: DeserializedType; vlPisSt: DeserializedType; vlCofinsSt: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Cfe.d.ts.map