pub struct PaymentCondition2 {
pub amt_mod_allwd: Option<bool>,
pub early_pmt_allwd: Option<bool>,
pub dely_pnlty: Option<String>,
pub imdt_pmt_rbt: Option<AmountOrRate1Choice>,
pub grnted_pmt_reqd: Option<bool>,
}Fields§
§amt_mod_allwd: Option<bool>§early_pmt_allwd: Option<bool>§dely_pnlty: Option<String>§imdt_pmt_rbt: Option<AmountOrRate1Choice>§grnted_pmt_reqd: Option<bool>Implementations§
Source§impl PaymentCondition2
impl PaymentCondition2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentCondition2
impl RefUnwindSafe for PaymentCondition2
impl Send for PaymentCondition2
impl Sync for PaymentCondition2
impl Unpin for PaymentCondition2
impl UnwindSafe for PaymentCondition2
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