import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "p_admju_s" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class P_Admju_S extends Entity implements P_Admju_SType { /** * Technical entity name for P_Admju_S. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the P_Admju_S entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Tp Proc. * Maximum length: 1. */ tpProc: DeserializedType; /** * Nr Proc. * Maximum length: 21. */ nrProc: DeserializedType; /** * Cod Susp. * Maximum length: 14. */ codSusp: DeserializedType; /** * Ini Valid. * Maximum length: 6. */ iniValid: DeserializedType; /** * Fim Valid. * Maximum length: 6. */ fimValid: DeserializedType; /** * Ind Susp. * Maximum length: 2. */ indSusp: DeserializedType; /** * Dt Decisao. * @nullable */ dtDecisao?: DeserializedType | null; /** * Ind Deposito. * Maximum length: 1. */ indDeposito: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface P_Admju_SType { empresa: DeserializedType; tpProc: DeserializedType; nrProc: DeserializedType; codSusp: DeserializedType; iniValid: DeserializedType; fimValid: DeserializedType; indSusp: DeserializedType; dtDecisao?: DeserializedType | null; indDeposito: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=P_Admju_S.d.ts.map