pub struct PaymentCommon6 {
pub pmt_fr: Option<System3>,
pub pmt_to: Option<System3>,
pub cmon_sts: Option<Vec<PaymentStatus6>>,
pub reqd_exctn_dt: Option<DateAndDateTime2Choice>,
pub ntry_dt: Option<DateAndDateTime2Choice>,
pub cdt_dbt_ind: Option<CreditDebitCode>,
pub pmt_mtd: Option<PaymentOrigin1Choice>,
}Fields§
§pmt_fr: Option<System3>§pmt_to: Option<System3>§cmon_sts: Option<Vec<PaymentStatus6>>§reqd_exctn_dt: Option<DateAndDateTime2Choice>§ntry_dt: Option<DateAndDateTime2Choice>§cdt_dbt_ind: Option<CreditDebitCode>§pmt_mtd: Option<PaymentOrigin1Choice>Implementations§
Source§impl PaymentCommon6
impl PaymentCommon6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentCommon6
impl RefUnwindSafe for PaymentCommon6
impl Send for PaymentCommon6
impl Sync for PaymentCommon6
impl Unpin for PaymentCommon6
impl UnwindSafe for PaymentCommon6
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