import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "procrefe" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Procrefe extends Entity implements ProcrefeType { /** * Technical entity name for Procrefe. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Procrefe entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Tp Proc. * Maximum length: 1. */ tpProc: DeserializedType; /** * Num Proc. * Maximum length: 20. */ numProc: DeserializedType; /** * Id Sec Jud. * Maximum length: 50. */ idSecJud: DeserializedType; /** * Id Vara. * Maximum length: 2. */ idVara: DeserializedType; /** * Ind Nat Acao. * Maximum length: 2. */ indNatAcao: DeserializedType; /** * Desc Dec Jud. * Maximum length: 100. */ descDecJud: DeserializedType; /** * Dt Sent Jud. * @nullable */ dtSentJud?: DeserializedType | null; /** * Dt Dec Adm. * @nullable */ dtDecAdm?: DeserializedType | null; /** * Beneficiar Nao Julgado. */ beneficiarNaoJulgado: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface ProcrefeType { empresa: DeserializedType; filial: DeserializedType; perRef: DeserializedType; tpProc: DeserializedType; numProc: DeserializedType; idSecJud: DeserializedType; idVara: DeserializedType; indNatAcao: DeserializedType; descDecJud: DeserializedType; dtSentJud?: DeserializedType | null; dtDecAdm?: DeserializedType | null; beneficiarNaoJulgado: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Procrefe.d.ts.map