import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "fund_inve" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Fund_Inve extends Entity implements Fund_InveType { /** * Technical entity name for Fund_Inve. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Fund_Inve entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Qte Quot. */ qteQuot: DeserializedType; /** * Qte Quota. */ qteQuota: DeserializedType; /** * Patr Fin Per. */ patrFinPer: DeserializedType; /** * Dat Abert. * Maximum length: 8. */ datAbert: DeserializedType; /** * Dat Encer. * Maximum length: 8. */ datEncer: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Fund_InveType { empresa: DeserializedType; dtLancto: DeserializedType; cnpj: DeserializedType; qteQuot: DeserializedType; qteQuota: DeserializedType; patrFinPer: DeserializedType; datAbert: DeserializedType; datEncer: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Fund_Inve.d.ts.map