import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "p_admju_d" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class P_Admju_D extends Entity implements P_Admju_DType { /** * Technical entity name for P_Admju_D. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the P_Admju_D 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; /** * Cod Ativ Econ. * Maximum length: 8. */ codAtivEcon: DeserializedType; /** * Ind Com. * Maximum length: 1. */ indCom: DeserializedType; /** * Valor Retencao. */ valorRetencao: DeserializedType; /** * Adicional. * Maximum length: 1. */ adicional: DeserializedType; /** * Vlr Cp Susp. */ vlrCpSusp: DeserializedType; /** * Vlr Rat Susp. */ vlrRatSusp: DeserializedType; /** * Vlr Senar Susp. */ vlrSenarSusp: DeserializedType; /** * Vlr Cprb Susp. */ vlrCprbSusp: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface P_Admju_DType { empresa: DeserializedType; filial: DeserializedType; data: DeserializedType; tpProc: DeserializedType; nrProc: DeserializedType; codSusp: DeserializedType; tpInscProc: DeserializedType; nrInscProc: DeserializedType; codAtivEcon: DeserializedType; indCom: DeserializedType; valorRetencao: DeserializedType; adicional: DeserializedType; vlrCpSusp: DeserializedType; vlrRatSusp: DeserializedType; vlrSenarSusp: DeserializedType; vlrCprbSusp: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=P_Admju_D.d.ts.map