pub struct UnderlyingPaymentTransaction8 {
pub orgnl_grp_inf: Option<UnderlyingGroupInformation1>,
pub orgnl_instr_id: Option<String>,
pub orgnl_end_to_end_id: Option<String>,
pub orgnl_tx_id: Option<String>,
pub orgnl_uetr: Option<String>,
pub orgnl_intr_bk_sttlm_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub orgnl_intr_bk_sttlm_dt: Option<String>,
pub orgnl_tx_ref: Option<OriginalTransactionReference42>,
pub orgnl_svc_lvl: Option<ServiceLevel8Choice>,
}Fields§
§orgnl_grp_inf: Option<UnderlyingGroupInformation1>§orgnl_instr_id: Option<String>§orgnl_end_to_end_id: Option<String>§orgnl_tx_id: Option<String>§orgnl_uetr: Option<String>§orgnl_intr_bk_sttlm_amt: Option<ActiveOrHistoricCurrencyAndAmount>§orgnl_intr_bk_sttlm_dt: Option<String>§orgnl_tx_ref: Option<OriginalTransactionReference42>§orgnl_svc_lvl: Option<ServiceLevel8Choice>Implementations§
Source§impl UnderlyingPaymentTransaction8
impl UnderlyingPaymentTransaction8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingPaymentTransaction8
impl RefUnwindSafe for UnderlyingPaymentTransaction8
impl Send for UnderlyingPaymentTransaction8
impl Sync for UnderlyingPaymentTransaction8
impl Unpin for UnderlyingPaymentTransaction8
impl UnwindSafe for UnderlyingPaymentTransaction8
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