pub struct PaymentInstruction33 {
pub instr: Option<Instruction1Code>,
pub tp: Option<PaymentType4Choice>,
pub prty: Option<Priority1Choice>,
pub prcg_vldty_tm: Option<DateTimePeriod1Choice>,
}Fields§
§instr: Option<Instruction1Code>§tp: Option<PaymentType4Choice>§prty: Option<Priority1Choice>§prcg_vldty_tm: Option<DateTimePeriod1Choice>Implementations§
Source§impl PaymentInstruction33
impl PaymentInstruction33
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentInstruction33
impl RefUnwindSafe for PaymentInstruction33
impl Send for PaymentInstruction33
impl Sync for PaymentInstruction33
impl Unpin for PaymentInstruction33
impl UnwindSafe for PaymentInstruction33
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