pub struct OtherPayment6 {
pub pmt_ccy: Option<String>,
pub pmt_tp: Option<PaymentType5Choice>,
pub pmt_dt: Option<String>,
pub pmt_pyer: Option<PartyIdentification236Choice>,
pub pmt_rcvr: Option<PartyIdentification236Choice>,
}Fields§
§pmt_ccy: Option<String>§pmt_tp: Option<PaymentType5Choice>§pmt_dt: Option<String>§pmt_pyer: Option<PartyIdentification236Choice>§pmt_rcvr: Option<PartyIdentification236Choice>Implementations§
Source§impl OtherPayment6
impl OtherPayment6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OtherPayment6
impl RefUnwindSafe for OtherPayment6
impl Send for OtherPayment6
impl Sync for OtherPayment6
impl Unpin for OtherPayment6
impl UnwindSafe for OtherPayment6
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