import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "dem_res" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Dem_Res extends Entity implements Dem_ResType { /** * Technical entity name for Dem_Res. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Dem_Res entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Per Apur. * Maximum length: 3. */ perApur: DeserializedType; /** * Tp Tabela. * Maximum length: 10. */ tpTabela: DeserializedType; /** * Codigo. * Maximum length: 20. */ codigo: DeserializedType; /** * Descricao. * Maximum length: 255. */ descricao: DeserializedType; /** * Tipo. * Maximum length: 1. */ tipo: DeserializedType; /** * Nivel. * Maximum length: 3. */ nivel: DeserializedType; /** * Cod Nat. * Maximum length: 2. */ codNat: DeserializedType; /** * Cod Cta Sup. * Maximum length: 60. */ codCtaSup: DeserializedType; /** * Valor. */ valor: DeserializedType; /** * Ind Valor. * Maximum length: 1. */ indValor: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Dem_ResType { empresa: DeserializedType; dtLancto: DeserializedType; perApur: DeserializedType; tpTabela: DeserializedType; codigo: DeserializedType; descricao: DeserializedType; tipo: DeserializedType; nivel: DeserializedType; codNat: DeserializedType; codCtaSup: DeserializedType; valor: DeserializedType; indValor: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Dem_Res.d.ts.map