pub struct EarlyPayment1 {
pub early_pmt_dt: String,
pub dscnt_pct: f64,
pub dscnt_amt: CurrencyAndAmount,
pub early_pmt_tax_spcfctn: Option<Vec<EarlyPaymentsVAT1>>,
pub early_pmt_tax_ttl: Option<CurrencyAndAmount>,
pub due_pybl_amt_wth_early_pmt: Option<CurrencyAndAmount>,
}Fields§
§early_pmt_dt: String§dscnt_pct: f64§dscnt_amt: CurrencyAndAmount§early_pmt_tax_spcfctn: Option<Vec<EarlyPaymentsVAT1>>§early_pmt_tax_ttl: Option<CurrencyAndAmount>§due_pybl_amt_wth_early_pmt: Option<CurrencyAndAmount>Implementations§
Source§impl EarlyPayment1
impl EarlyPayment1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EarlyPayment1
impl RefUnwindSafe for EarlyPayment1
impl Send for EarlyPayment1
impl Sync for EarlyPayment1
impl Unpin for EarlyPayment1
impl UnwindSafe for EarlyPayment1
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