pub struct PaymentConditionStatus2 {
pub accptd_amt: Option<ActiveCurrencyAndAmount>,
pub grnted_pmt: Option<bool>,
pub early_pmt: Option<bool>,
}Fields§
§accptd_amt: Option<ActiveCurrencyAndAmount>§grnted_pmt: Option<bool>§early_pmt: Option<bool>Implementations§
Source§impl PaymentConditionStatus2
impl PaymentConditionStatus2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentConditionStatus2
impl RefUnwindSafe for PaymentConditionStatus2
impl Send for PaymentConditionStatus2
impl Sync for PaymentConditionStatus2
impl Unpin for PaymentConditionStatus2
impl UnwindSafe for PaymentConditionStatus2
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