import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "map_ref" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Map_Ref extends Entity implements Map_RefType { /** * Technical entity name for Map_Ref. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Map_Ref entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Per Apur. * Maximum length: 3. */ perApur: DeserializedType; /** * Cod Cta. * Maximum length: 60. */ codCta: DeserializedType; /** * Cod Ccus. * Maximum length: 30. */ codCcus: DeserializedType; /** * Cod Cta Ref. * Maximum length: 100. */ codCtaRef: DeserializedType; /** * Dt Ini. * Maximum length: 8. */ dtIni: DeserializedType; /** * Dt Fin. * Maximum length: 8. */ dtFin: DeserializedType; /** * Vl Sld Fin. */ vlSldFin: DeserializedType; /** * Ind Vl Sld Fin. * Maximum length: 1. */ indVlSldFin: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Map_RefType { empresa: DeserializedType; dtLancto: DeserializedType; perApur: DeserializedType; codCta: DeserializedType; codCcus: DeserializedType; codCtaRef: DeserializedType; dtIni: DeserializedType; dtFin: DeserializedType; vlSldFin: DeserializedType; indVlSldFin: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Map_Ref.d.ts.map