import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "nf_doc_ar" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Nf_Doc_Ar extends Entity implements Nf_Doc_ArType { /** * Technical entity name for Nf_Doc_Ar. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Nf_Doc_Ar entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Inf Text. * Maximum length: 255. */ infText: DeserializedType; /** * Cod Da. * Maximum length: 1. */ codDa: DeserializedType; /** * Num Da. * Maximum length: 50. */ numDa: DeserializedType; /** * Uf. * Maximum length: 2. */ uf: DeserializedType; /** * Cod Aut. * Maximum length: 255. */ codAut: DeserializedType; /** * Dt Vcto. * Maximum length: 8. */ dtVcto: DeserializedType; /** * Dt Pgto. * Maximum length: 8. */ dtPgto: DeserializedType; /** * Vl Da. */ vlDa: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Nf_Doc_ArType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; infText: DeserializedType; codDa: DeserializedType; numDa: DeserializedType; uf: DeserializedType; codAut: DeserializedType; dtVcto: DeserializedType; dtPgto: DeserializedType; vlDa: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Nf_Doc_Ar.d.ts.map