import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "conprebru" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Conprebru extends Entity implements ConprebruType { /** * Technical entity name for Conprebru. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Conprebru entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Num Campo. * Maximum length: 2. */ numCampo: DeserializedType; /** * Cno. * Maximum length: 14. */ cno: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Dt Ini. * @nullable */ dtIni?: DeserializedType | null; /** * Dt Fin. * @nullable */ dtFin?: DeserializedType | null; /** * Vl Rec Tot Est. */ vlRecTotEst: DeserializedType; /** * Cod Ativ Econ. * Maximum length: 8. */ codAtivEcon: DeserializedType; /** * Vl Rec Ativ Estab. */ vlRecAtivEstab: DeserializedType; /** * Vl Exc. */ vlExc: DeserializedType; /** * Vl Bc Cont. */ vlBcCont: DeserializedType; /** * Aliq Cont. */ aliqCont: DeserializedType; /** * Vl Cont Apu. */ vlContApu: DeserializedType; /** * Cod Cta. * Maximum length: 60. */ codCta: DeserializedType; /** * Info Compl. * Maximum length: 255. */ infoCompl: DeserializedType; /** * Cod Det. * Maximum length: 8. */ codDet: DeserializedType; /** * Det Valor. */ detValor: DeserializedType; /** * Inf Compl. * Maximum length: 255. */ infCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface ConprebruType { empresa: DeserializedType; filial: DeserializedType; numLancto: DeserializedType; numCampo: DeserializedType; cno: DeserializedType; perRef: DeserializedType; dtIni?: DeserializedType | null; dtFin?: DeserializedType | null; vlRecTotEst: DeserializedType; codAtivEcon: DeserializedType; vlRecAtivEstab: DeserializedType; vlExc: DeserializedType; vlBcCont: DeserializedType; aliqCont: DeserializedType; vlContApu: DeserializedType; codCta: DeserializedType; infoCompl: DeserializedType; codDet: DeserializedType; detValor: DeserializedType; infCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Conprebru.d.ts.map