import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "bal_patri" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Bal_Patri extends Entity implements Bal_PatriType { /** * Technical entity name for Bal_Patri. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Bal_Patri 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: 60. */ codigo: DeserializedType; /** * Descricao. * Maximum length: 255. */ descricao: DeserializedType; /** * Tipo. * Maximum length: 1. */ tipo: DeserializedType; /** * Nivel. * Maximum length: 3. */ nivel: DeserializedType; /** * Cod Nat. * Maximum length: 4. */ codNat: DeserializedType; /** * Cod Cta Sup. * Maximum length: 60. */ codCtaSup: DeserializedType; /** * Val Cta Ref Ini. */ valCtaRefIni: DeserializedType; /** * Ind Val Cta Ref Ini. * Maximum length: 1. */ indValCtaRefIni: DeserializedType; /** * Val Cta Ref Fin. */ valCtaRefFin: DeserializedType; /** * Ind Val Cta Ref Fin. * Maximum length: 1. */ indValCtaRefFin: DeserializedType; /** * Val Cta Ref Deb. */ valCtaRefDeb: DeserializedType; /** * Val Cta Ref Cred. */ valCtaRefCred: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Bal_PatriType { empresa: DeserializedType; dtLancto: DeserializedType; perApur: DeserializedType; tpTabela: DeserializedType; codigo: DeserializedType; descricao: DeserializedType; tipo: DeserializedType; nivel: DeserializedType; codNat: DeserializedType; codCtaSup: DeserializedType; valCtaRefIni: DeserializedType; indValCtaRefIni: DeserializedType; valCtaRefFin: DeserializedType; indValCtaRefFin: DeserializedType; valCtaRefDeb: DeserializedType; valCtaRefCred: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Bal_Patri.d.ts.map