pub struct PaymentInstruction13 {
pub reqd_exctn_dt_tm: Option<String>,
pub pmt_tp: Option<PaymentType4Choice>,
}Fields§
§reqd_exctn_dt_tm: Option<String>§pmt_tp: Option<PaymentType4Choice>Implementations§
Source§impl PaymentInstruction13
impl PaymentInstruction13
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentInstruction13
impl RefUnwindSafe for PaymentInstruction13
impl Send for PaymentInstruction13
impl Sync for PaymentInstruction13
impl Unpin for PaymentInstruction13
impl UnwindSafe for PaymentInstruction13
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