import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "sa_nf_aju" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Sa_Nf_Aju extends Entity implements Sa_Nf_AjuType { /** * Technical entity name for Sa_Nf_Aju. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Sa_Nf_Aju entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Ind Apur Icms. * Maximum length: 1. */ indApurIcms: DeserializedType; /** * Dt Ini. * Maximum length: 8. */ dtIni: DeserializedType; /** * Cod Aj Apur. * Maximum length: 8. */ codAjApur: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Num Item. * Maximum length: 5. */ numItem: DeserializedType; /** * Dt Fin. * Maximum length: 8. */ dtFin: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Sa_Nf_AjuType { empresa: DeserializedType; filial: DeserializedType; indApurIcms: DeserializedType; dtIni: DeserializedType; codAjApur: DeserializedType; nfId: DeserializedType; numItem: DeserializedType; dtFin: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Sa_Nf_Aju.d.ts.map