import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "opt_re_pa" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Opt_Re_Pa extends Entity implements Opt_Re_PaType { /** * Technical entity name for Opt_Re_Pa. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Opt_Re_Pa entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Tp Tabela. * Maximum length: 10. */ tpTabela: DeserializedType; /** * Acres Patr. */ acresPatr: DeserializedType; /** * Vl Rec Bru. */ vlRecBru: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Opt_Re_PaType { empresa: DeserializedType; dtLancto: DeserializedType; tpTabela: DeserializedType; acresPatr: DeserializedType; vlRecBru: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Opt_Re_Pa.d.ts.map