pub struct UnderlyingPaymentInstruction9 {
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<OriginalTransactionReference42>,
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<OriginalTransactionReference42>§orgnl_svc_lvl: Option<ServiceLevel8Choice>Implementations§
Source§impl UnderlyingPaymentInstruction9
impl UnderlyingPaymentInstruction9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingPaymentInstruction9
impl RefUnwindSafe for UnderlyingPaymentInstruction9
impl Send for UnderlyingPaymentInstruction9
impl Sync for UnderlyingPaymentInstruction9
impl Unpin for UnderlyingPaymentInstruction9
impl UnwindSafe for UnderlyingPaymentInstruction9
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