import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "cen_lucro" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Cen_Lucro extends Entity implements Cen_LucroType { /** * Technical entity name for Cen_Lucro. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Cen_Lucro entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Cod Clucro. * Maximum length: 10. */ codClucro: DeserializedType; /** * Dt Alt. * Maximum length: 8. */ dtAlt: DeserializedType; /** * Clucro. * Maximum length: 254. */ clucro: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Cen_LucroType { empresa: DeserializedType; codClucro: DeserializedType; dtAlt: DeserializedType; clucro: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Cen_Lucro.d.ts.map