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