import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "rela_serv" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Rela_Serv extends Entity implements Rela_ServType { /** * Technical entity name for Rela_Serv. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Rela_Serv entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Tp Tabela. * Maximum length: 10. */ tpTabela: DeserializedType; /** * Pais. * Maximum length: 3. */ pais: DeserializedType; /** * Vl Serv Assist. */ vlServAssist: DeserializedType; /** * Vl Serv Sem Assist. */ vlServSemAssist: DeserializedType; /** * Vl Serv Sem Assist Ext. */ vlServSemAssistExt: DeserializedType; /** * Vl Juro. */ vlJuro: DeserializedType; /** * Vl Juro Pf. */ vlJuroPf: DeserializedType; /** * Vl Juro Pj. */ vlJuroPj: DeserializedType; /** * Vl Demais Juros. */ vlDemaisJuros: DeserializedType; /** * Vl Divid. */ vlDivid: DeserializedType; /** * Vl Divid Pf. */ vlDividPf: DeserializedType; /** * Vl Divid Pj. */ vlDividPj: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Rela_ServType { empresa: DeserializedType; dtLancto: DeserializedType; tpTabela: DeserializedType; pais: DeserializedType; vlServAssist: DeserializedType; vlServSemAssist: DeserializedType; vlServSemAssistExt: DeserializedType; vlJuro: DeserializedType; vlJuroPf: DeserializedType; vlJuroPj: DeserializedType; vlDemaisJuros: DeserializedType; vlDivid: DeserializedType; vlDividPf: DeserializedType; vlDividPj: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Rela_Serv.d.ts.map