import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "doa_eleit" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Doa_Eleit extends Entity implements Doa_EleitType { /** * Technical entity name for Doa_Eleit. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Doa_Eleit entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Tip Benef. * Maximum length: 2. */ tipBenef: DeserializedType; /** * Form Doa. * Maximum length: 2. */ formDoa: DeserializedType; /** * Vl Doa. */ vlDoa: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Doa_EleitType { empresa: DeserializedType; dtLancto: DeserializedType; cnpj: DeserializedType; tipBenef: DeserializedType; formDoa: DeserializedType; vlDoa: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Doa_Eleit.d.ts.map