import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "exportaca" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Exportaca extends Entity implements ExportacaType { /** * Technical entity name for Exportaca. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Exportaca entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Nro De. * Maximum length: 14. */ nroDe: DeserializedType; /** * Nro Re. * Maximum length: 12. */ nroRe: DeserializedType; /** * Nat Exp. * Maximum length: 1. */ natExp: DeserializedType; /** * Ind Doc. * Maximum length: 1. */ indDoc: DeserializedType; /** * Dt De. * Maximum length: 8. */ dtDe: DeserializedType; /** * Dt Re. * Maximum length: 8. */ dtRe: DeserializedType; /** * Chc Emb. * Maximum length: 18. */ chcEmb: DeserializedType; /** * Dt Chc. * Maximum length: 8. */ dtChc: DeserializedType; /** * Dt Avb. * Maximum length: 8. */ dtAvb: DeserializedType; /** * Tp Chc. * Maximum length: 2. */ tpChc: DeserializedType; /** * Pais. * Maximum length: 3. */ pais: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface ExportacaType { empresa: DeserializedType; filial: DeserializedType; nroDe: DeserializedType; nroRe: DeserializedType; natExp: DeserializedType; indDoc: DeserializedType; dtDe: DeserializedType; dtRe: DeserializedType; chcEmb: DeserializedType; dtChc: DeserializedType; dtAvb: DeserializedType; tpChc: DeserializedType; pais: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Exportaca.d.ts.map