pub struct UnderlyingPaymentTransaction4 {
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: ActiveOrHistoricCurrencyAndAmount,
pub orgnl_intr_bk_sttlm_dt: String,
pub orgnl_tx_ref: Option<OriginalTransactionReference28>,
}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: ActiveOrHistoricCurrencyAndAmount§orgnl_intr_bk_sttlm_dt: String§orgnl_tx_ref: Option<OriginalTransactionReference28>Implementations§
Source§impl UnderlyingPaymentTransaction4
impl UnderlyingPaymentTransaction4
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for UnderlyingPaymentTransaction4
impl Clone for UnderlyingPaymentTransaction4
Source§fn clone(&self) -> UnderlyingPaymentTransaction4
fn clone(&self) -> UnderlyingPaymentTransaction4
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UnderlyingPaymentTransaction4
impl Default for UnderlyingPaymentTransaction4
Source§fn default() -> UnderlyingPaymentTransaction4
fn default() -> UnderlyingPaymentTransaction4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnderlyingPaymentTransaction4
impl<'de> Deserialize<'de> for UnderlyingPaymentTransaction4
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnderlyingPaymentTransaction4
impl PartialEq for UnderlyingPaymentTransaction4
Source§fn eq(&self, other: &UnderlyingPaymentTransaction4) -> bool
fn eq(&self, other: &UnderlyingPaymentTransaction4) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnderlyingPaymentTransaction4
Auto Trait Implementations§
impl Freeze for UnderlyingPaymentTransaction4
impl RefUnwindSafe for UnderlyingPaymentTransaction4
impl Send for UnderlyingPaymentTransaction4
impl Sync for UnderlyingPaymentTransaction4
impl Unpin for UnderlyingPaymentTransaction4
impl UnwindSafe for UnderlyingPaymentTransaction4
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