pub struct OriginalTransactionReference43 {
pub msg_id: Option<String>,
pub msg_nm_id: Option<String>,
pub cre_dt_tm: Option<String>,
pub orgnl_tx: Option<Vec<PaymentIdentification15>>,
}Fields§
§msg_id: Option<String>§msg_nm_id: Option<String>§cre_dt_tm: Option<String>§orgnl_tx: Option<Vec<PaymentIdentification15>>Implementations§
Source§impl OriginalTransactionReference43
impl OriginalTransactionReference43
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OriginalTransactionReference43
impl RefUnwindSafe for OriginalTransactionReference43
impl Send for OriginalTransactionReference43
impl Sync for OriginalTransactionReference43
impl Unpin for OriginalTransactionReference43
impl UnwindSafe for OriginalTransactionReference43
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