import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_fat_ve" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Fat_Ve extends Entity implements Nf_Fat_VeType { /** * Technical entity name for Nf_Fat_Ve. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Fat_Ve entity */ static _keys: string[]; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Exercicio. * Maximum length: 4. */ exercicio: DeserializedType; /** * Num Tit. * Maximum length: 250. */ numTit: DeserializedType; /** * Num Parc. */ numParc: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Vcto. * Maximum length: 8. */ dtVcto: DeserializedType; /** * Vl Parc. */ vlParc: DeserializedType; /** * Dt Compensacao. * Maximum length: 8. */ dtCompensacao: DeserializedType; /** * Doc Compensacao. * Maximum length: 255. */ docCompensacao: DeserializedType; /** * Cod Ccus. * Maximum length: 100. */ codCcus: DeserializedType; /** * Cod Cta. * Maximum length: 100. */ codCta: DeserializedType; /** * Cod Iva. * Maximum length: 2. */ codIva: DeserializedType; /** * Texto Item. * Maximum length: 50. */ textoItem: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Fat_VeType { nfId: DeserializedType; exercicio: DeserializedType; numTit: DeserializedType; numParc: DeserializedType; empresa: DeserializedType; filial: DeserializedType; dtVcto: DeserializedType; vlParc: DeserializedType; dtCompensacao: DeserializedType; docCompensacao: DeserializedType; codCcus: DeserializedType; codCta: DeserializedType; codIva: DeserializedType; textoItem: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Fat_Ve.d.ts.map