pub struct UnderlyingPaymentInstruction8 {
pub orgnl_grp_inf: Option<UnderlyingGroupInformation1>,
pub orgnl_pmt_inf_id: Option<String>,
pub orgnl_instr_id: Option<String>,
pub orgnl_end_to_end_id: Option<String>,
pub orgnl_uetr: Option<String>,
pub orgnl_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub reqd_exctn_dt: Option<DateAndDateTime2Choice>,
pub reqd_colltn_dt: Option<String>,
pub orgnl_tx_ref: Option<OriginalTransactionReference35>,
pub orgnl_svc_lvl: Option<ServiceLevel8Choice>,
}Fields§
§orgnl_grp_inf: Option<UnderlyingGroupInformation1>§orgnl_pmt_inf_id: Option<String>§orgnl_instr_id: Option<String>§orgnl_end_to_end_id: Option<String>§orgnl_uetr: Option<String>§orgnl_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§reqd_exctn_dt: Option<DateAndDateTime2Choice>§reqd_colltn_dt: Option<String>§orgnl_tx_ref: Option<OriginalTransactionReference35>§orgnl_svc_lvl: Option<ServiceLevel8Choice>Implementations§
Source§impl UnderlyingPaymentInstruction8
impl UnderlyingPaymentInstruction8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingPaymentInstruction8
impl RefUnwindSafe for UnderlyingPaymentInstruction8
impl Send for UnderlyingPaymentInstruction8
impl Sync for UnderlyingPaymentInstruction8
impl Unpin for UnderlyingPaymentInstruction8
impl UnwindSafe for UnderlyingPaymentInstruction8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more