import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "lcont_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Lcont_Cpl extends Entity implements Lcont_CplType { /** * Technical entity name for Lcont_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Lcont_Cpl entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Exercicio. * Maximum length: 4. */ exercicio: DeserializedType; /** * Cod Cta. * Maximum length: 10. */ codCta: DeserializedType; /** * Dt Lcto. * Maximum length: 8. */ dtLcto: DeserializedType; /** * Num Lcto. * Maximum length: 10. */ numLcto: DeserializedType; /** * Item. * Maximum length: 255. */ item: DeserializedType; /** * Cod Hist Pad. * Maximum length: 255. */ codHistPad: DeserializedType; /** * Vl Dc Aux. */ vlDcAux: DeserializedType; /** * Ind Dc Aux. * Maximum length: 1. */ indDcAux: DeserializedType; /** * Dt Lcto Ext. * Maximum length: 8. */ dtLctoExt: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Lcont_CplType { empresa: DeserializedType; exercicio: DeserializedType; codCta: DeserializedType; dtLcto: DeserializedType; numLcto: DeserializedType; item: DeserializedType; codHistPad: DeserializedType; vlDcAux: DeserializedType; indDcAux: DeserializedType; dtLctoExt: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Lcont_Cpl.d.ts.map