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