import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "rec_pr_re" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Rec_Pr_Re extends Entity implements Rec_Pr_ReType { /** * Technical entity name for Rec_Pr_Re. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Rec_Pr_Re entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cst Pis Cofins. * Maximum length: 2. */ cstPisCofins: DeserializedType; /** * Num Campo. * Maximum length: 2. */ numCampo: DeserializedType; /** * Cod Det. * Maximum length: 5. */ codDet: DeserializedType; /** * Cod Comp. * Maximum length: 60. */ codComp: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Num Proc. * Maximum length: 20. */ numProc: DeserializedType; /** * Aliq Pis. */ aliqPis: DeserializedType; /** * Aliq Cofins. */ aliqCofins: DeserializedType; /** * Cod Cta I 200. * Maximum length: 60. */ codCtaI200: DeserializedType; /** * Cod Cta I 300. * Maximum length: 60. */ codCtaI300: DeserializedType; /** * Info Compl Id I 100. * Maximum length: 10. */ infoComplIdI100: DeserializedType; /** * Info Compl Id I 200. * Maximum length: 10. */ infoComplIdI200: DeserializedType; /** * Info Compl Id I 300. * Maximum length: 10. */ infoComplIdI300: DeserializedType; /** * Ind Proc. * Maximum length: 1. */ indProc: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Rec_Pr_ReType { empresa: DeserializedType; filial: DeserializedType; cstPisCofins: DeserializedType; numCampo: DeserializedType; codDet: DeserializedType; codComp: DeserializedType; perRef: DeserializedType; numProc: DeserializedType; aliqPis: DeserializedType; aliqCofins: DeserializedType; codCtaI200: DeserializedType; codCtaI300: DeserializedType; infoComplIdI100: DeserializedType; infoComplIdI200: DeserializedType; infoComplIdI300: DeserializedType; indProc: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Rec_Pr_Re.d.ts.map