import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "disalres" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Disalres extends Entity implements DisalresType { /** * Technical entity name for Disalres. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Disalres entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Num Seq. * Maximum length: 32. */ numSeq: DeserializedType; /** * Per Apur. * Maximum length: 3. */ perApur: DeserializedType; /** * Cod Cta. * Maximum length: 255. */ codCta: DeserializedType; /** * Cod Ccus. * Maximum length: 30. */ codCcus: DeserializedType; /** * Id Regra. * Maximum length: 40. */ idRegra: DeserializedType; /** * Vl Sld Fin Esp. */ vlSldFinEsp: DeserializedType; /** * Ind Vl Sld Fin Esp. * Maximum length: 1. */ indVlSldFinEsp: DeserializedType; /** * Sld Fin Pre. */ sldFinPre: DeserializedType; /** * Ind Sld Fin Pre. * Maximum length: 1. */ indSldFinPre: DeserializedType; /** * Justificativa. * Maximum length: 500. */ justificativa: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface DisalresType { empresa: DeserializedType; numSeq: DeserializedType; perApur: DeserializedType; codCta: DeserializedType; codCcus: DeserializedType; idRegra: DeserializedType; vlSldFinEsp: DeserializedType; indVlSldFinEsp: DeserializedType; sldFinPre: DeserializedType; indSldFinPre: DeserializedType; justificativa: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Disalres.d.ts.map