import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "outrasinf" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Outrasinf extends Entity implements OutrasinfType { /** * Technical entity name for Outrasinf. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Outrasinf entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Vl Aq Maq. */ vlAqMaq: DeserializedType; /** * Vl Doa Crianca. */ vlDoaCrianca: DeserializedType; /** * Vl Doa Idoso. */ vlDoaIdoso: DeserializedType; /** * Vl Aq Imobilizado. */ vlAqImobilizado: DeserializedType; /** * Vl Bx Imobilizado. */ vlBxImobilizado: DeserializedType; /** * Vl Inc Ini. */ vlIncIni: DeserializedType; /** * Vl Inc Fin. */ vlIncFin: DeserializedType; /** * Vl Csll Deprec Ini. */ vlCsllDeprecIni: DeserializedType; /** * Vl Oc Sem Iof. */ vlOcSemIof: DeserializedType; /** * Vl Folha Aliq Red. */ vlFolhaAliqRed: DeserializedType; /** * Vl Aliq Red. */ vlAliqRed: DeserializedType; /** * Ind Alter Capital. * Maximum length: 1. */ indAlterCapital: DeserializedType; /** * Ind Bcn Csll. * Maximum length: 1. */ indBcnCsll: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface OutrasinfType { empresa: DeserializedType; dtLancto: DeserializedType; vlAqMaq: DeserializedType; vlDoaCrianca: DeserializedType; vlDoaIdoso: DeserializedType; vlAqImobilizado: DeserializedType; vlBxImobilizado: DeserializedType; vlIncIni: DeserializedType; vlIncFin: DeserializedType; vlCsllDeprecIni: DeserializedType; vlOcSemIof: DeserializedType; vlFolhaAliqRed: DeserializedType; vlAliqRed: DeserializedType; indAlterCapital: DeserializedType; indBcnCsll: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Outrasinf.d.ts.map