pub struct EarlyPaymentsVAT1 {
pub tax_rate: f64,
pub dscnt_tax_tp: String,
pub dscnt_tax_amt: CurrencyAndAmount,
}Fields§
§tax_rate: f64§dscnt_tax_tp: String§dscnt_tax_amt: CurrencyAndAmountImplementations§
Source§impl EarlyPaymentsVAT1
impl EarlyPaymentsVAT1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EarlyPaymentsVAT1
impl RefUnwindSafe for EarlyPaymentsVAT1
impl Send for EarlyPaymentsVAT1
impl Sync for EarlyPaymentsVAT1
impl Unpin for EarlyPaymentsVAT1
impl UnwindSafe for EarlyPaymentsVAT1
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