import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "diversal" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Diversal extends Entity implements DiversalType { /** * Technical entity name for Diversal. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Diversal 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 Ini Esp. */ vlSldIniEsp: DeserializedType; /** * Ind Vl Sld Ini Esp. * Maximum length: 1. */ indVlSldIniEsp: DeserializedType; /** * Vl Deb Esp. */ vlDebEsp: DeserializedType; /** * Vl Cred Esp. */ vlCredEsp: DeserializedType; /** * Vl Sld Fin Esp. */ vlSldFinEsp: DeserializedType; /** * Ind Vl Sld Fin Esp. * Maximum length: 1. */ indVlSldFinEsp: DeserializedType; /** * Sld Ini Pre. */ sldIniPre: DeserializedType; /** * Ind Sld Ini Pre. * Maximum length: 1. */ indSldIniPre: DeserializedType; /** * Vl Deb Pre. */ vlDebPre: DeserializedType; /** * Vl Cred Pre. */ vlCredPre: 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 DiversalType { empresa: DeserializedType; numSeq: DeserializedType; perApur: DeserializedType; codCta: DeserializedType; codCcus: DeserializedType; idRegra: DeserializedType; vlSldIniEsp: DeserializedType; indVlSldIniEsp: DeserializedType; vlDebEsp: DeserializedType; vlCredEsp: DeserializedType; vlSldFinEsp: DeserializedType; indVlSldFinEsp: DeserializedType; sldIniPre: DeserializedType; indSldIniPre: DeserializedType; vlDebPre: DeserializedType; vlCredPre: DeserializedType; sldFinPre: DeserializedType; indSldFinPre: DeserializedType; justificativa: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Diversal.d.ts.map