import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "iden_proc" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Iden_Proc extends Entity implements Iden_ProcType { /** * Technical entity name for Iden_Proc. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Iden_Proc entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Per Apur. * Maximum length: 3. */ perApur: DeserializedType; /** * Cod Cta B. * Maximum length: 60. */ codCtaB: DeserializedType; /** * Ind Val Lan Lalb Pb. * Maximum length: 2. */ indValLanLalbPb: DeserializedType; /** * Cod Cta B Ctp. * Maximum length: 60. */ codCtaBCtp: DeserializedType; /** * Ind Proc. * Maximum length: 1. */ indProc: DeserializedType; /** * Num Proc. * Maximum length: 20. */ numProc: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Iden_ProcType { empresa: DeserializedType; dtLancto: DeserializedType; perApur: DeserializedType; codCtaB: DeserializedType; indValLanLalbPb: DeserializedType; codCtaBCtp: DeserializedType; indProc: DeserializedType; numProc: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Iden_Proc.d.ts.map