import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "cagl_cpl" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Cagl_Cpl extends Entity implements Cagl_CplType { /** * Technical entity name for Cagl_Cpl. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Cagl_Cpl entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Estr Balanco. * Maximum length: 4. */ estrBalanco: DeserializedType; /** * Cod Agl. * Maximum length: 30. */ codAgl: DeserializedType; /** * Notas Exp Ref. */ notasExpRef: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Cagl_CplType { empresa: DeserializedType; estrBalanco: DeserializedType; codAgl: DeserializedType; notasExpRef: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Cagl_Cpl.d.ts.map