import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "prc_ref_t" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Prc_Ref_T extends Entity implements Prc_Ref_TType { /** * Technical entity name for Prc_Ref_T. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Prc_Ref_T entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Num Doc. * Maximum length: 6. */ numDoc: DeserializedType; /** * Num Proc. * Maximum length: 20. */ numProc: DeserializedType; /** * Ind Proc. * Maximum length: 1. */ indProc: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Prc_Ref_TType { empresa: DeserializedType; filial: DeserializedType; numDoc: DeserializedType; numProc: DeserializedType; indProc: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Prc_Ref_T.d.ts.map