pub struct PaymentTypeInformation29 {
pub instr_prty: Option<Priority2Code>,
pub svc_lvl: Option<Vec<ServiceLevel8Choice>>,
pub lcl_instrm: Option<LocalInstrument2Choice>,
pub seq_tp: Option<SequenceType3Code>,
pub ctgy_purp: Option<CategoryPurpose1Choice>,
}Fields§
§instr_prty: Option<Priority2Code>§svc_lvl: Option<Vec<ServiceLevel8Choice>>§lcl_instrm: Option<LocalInstrument2Choice>§seq_tp: Option<SequenceType3Code>§ctgy_purp: Option<CategoryPurpose1Choice>Implementations§
Source§impl PaymentTypeInformation29
impl PaymentTypeInformation29
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentTypeInformation29
impl RefUnwindSafe for PaymentTypeInformation29
impl Send for PaymentTypeInformation29
impl Sync for PaymentTypeInformation29
impl Unpin for PaymentTypeInformation29
impl UnwindSafe for PaymentTypeInformation29
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