import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "sld_trn_n" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Sld_Trn_N extends Entity implements Sld_Trn_NType { /** * Technical entity name for Sld_Trn_N. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Sld_Trn_N entity */ static _keys: string[]; /** * Id. * Maximum length: 50. */ id: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Ledger. * Maximum length: 2. */ ledger: DeserializedType; /** * Periodo. * Maximum length: 2. */ periodo: DeserializedType; /** * Ano. * Maximum length: 4. */ ano: DeserializedType; /** * Cod Cta. * Maximum length: 100. */ codCta: DeserializedType; /** * Cod Ccus. * Maximum length: 100. */ codCcus: DeserializedType; /** * Cod Cta Ant. * Maximum length: 100. */ codCtaAnt: DeserializedType; /** * Cod Ccus Ant. * Maximum length: 100. */ codCcusAnt: DeserializedType; /** * Vl Sld Ini. */ vlSldIni: DeserializedType; /** * Ind Dc Ini. * Maximum length: 1. */ indDcIni: DeserializedType; /** * Vl Sld Ini Aux. */ vlSldIniAux: DeserializedType; /** * Ind Dc Ini Aux. * Maximum length: 1. */ indDcIniAux: DeserializedType; /** * Dt Alt. * Maximum length: 8. */ dtAlt: DeserializedType; /** * Cod Nat. * Maximum length: 2. */ codNat: DeserializedType; /** * Ind Cta. * Maximum length: 1. */ indCta: DeserializedType; /** * Nivel. */ nivel: DeserializedType; /** * Cod Cta Sup. * Maximum length: 100. */ codCtaSup: DeserializedType; /** * Cta. * Maximum length: 255. */ cta: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Sld_Trn_NType { id: DeserializedType; empresa: DeserializedType; ledger: DeserializedType; periodo: DeserializedType; ano: DeserializedType; codCta: DeserializedType; codCcus: DeserializedType; codCtaAnt: DeserializedType; codCcusAnt: DeserializedType; vlSldIni: DeserializedType; indDcIni: DeserializedType; vlSldIniAux: DeserializedType; indDcIniAux: DeserializedType; dtAlt: DeserializedType; codNat: DeserializedType; indCta: DeserializedType; nivel: DeserializedType; codCtaSup: DeserializedType; cta: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Sld_Trn_N.d.ts.map