import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "demo_l_cx" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Demo_L_Cx extends Entity implements Demo_L_CxType { /** * Technical entity name for Demo_L_Cx. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Demo_L_Cx entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Num Doc. * Maximum length: 9. */ numDoc: DeserializedType; /** * Data. */ data: DeserializedType; /** * Hist. * Maximum length: 255. */ hist: DeserializedType; /** * Vl Entrada. */ vlEntrada: DeserializedType; /** * Vl Saida. */ vlSaida: DeserializedType; /** * Sld Fin. */ sldFin: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Demo_L_CxType { empresa: DeserializedType; numDoc: DeserializedType; data: DeserializedType; hist: DeserializedType; vlEntrada: DeserializedType; vlSaida: DeserializedType; sldFin: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Demo_L_Cx.d.ts.map