import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "p_admju_a" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class P_Admju_A extends Entity implements P_Admju_AType { /** * Technical entity name for P_Admju_A. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the P_Admju_A entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Data. */ data: DeserializedType; /** * Tp Proc. * Maximum length: 1. */ tpProc: DeserializedType; /** * Nr Proc. * Maximum length: 21. */ nrProc: DeserializedType; /** * Cod Susp. * Maximum length: 14. */ codSusp: DeserializedType; /** * Tp Insc Proc. * Maximum length: 1. */ tpInscProc: DeserializedType; /** * Nr Insc Proc. * Maximum length: 14. */ nrInscProc: DeserializedType; /** * Ind Aquis. * Maximum length: 1. */ indAquis: DeserializedType; /** * Vlr Cp N Ret. */ vlrCpNRet: DeserializedType; /** * Vlr Rat N Ret. */ vlrRatNRet: DeserializedType; /** * Vlr Senar N Ret. */ vlrSenarNRet: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface P_Admju_AType { empresa: DeserializedType; filial: DeserializedType; data: DeserializedType; tpProc: DeserializedType; nrProc: DeserializedType; codSusp: DeserializedType; tpInscProc: DeserializedType; nrInscProc: DeserializedType; indAquis: DeserializedType; vlrCpNRet: DeserializedType; vlrRatNRet: DeserializedType; vlrSenarNRet: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=P_Admju_A.d.ts.map