import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "res_liq" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Res_Liq extends Entity implements Res_LiqType { /** * Technical entity name for Res_Liq. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Res_Liq entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Apur. * Maximum length: 3. */ perApur: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Forma Trib. * Maximum length: 1. */ formaTrib: DeserializedType; /** * Codigo. * Maximum length: 100. */ 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 Res_LiqType { empresa: DeserializedType; perApur: DeserializedType; dtLancto: DeserializedType; formaTrib: DeserializedType; codigo: DeserializedType; descricao: DeserializedType; tipo: DeserializedType; nivel: DeserializedType; codNat: DeserializedType; codCtaSup: DeserializedType; valor: DeserializedType; indValor: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Res_Liq.d.ts.map