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