import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "export_nf" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Export_Nf extends Entity implements Export_NfType { /** * Technical entity name for Export_Nf. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Export_Nf entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nf Id. * Maximum length: 10. */ nfId: DeserializedType; /** * Nro De. * Maximum length: 14. */ nroDe: DeserializedType; /** * Nro Re. * Maximum length: 12. */ nroRe: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Nat Exp. * Maximum length: 1. */ natExp: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Export_NfType { empresa: DeserializedType; filial: DeserializedType; nfId: DeserializedType; nroDe: DeserializedType; nroRe: DeserializedType; codItem: DeserializedType; natExp: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Export_Nf.d.ts.map