pub struct AmountDetailsLineItemTaxParam {
pub total_tax_amount: i64,
}Fields§
§total_tax_amount: i64The total amount of tax on a single line item represented in the smallest currency unit. Required for L3 rates. An integer greater than or equal to 0.
This field is mutually exclusive with the amount_details[tax][total_tax_amount] field.
Implementations§
Trait Implementations§
Source§impl Clone for AmountDetailsLineItemTaxParam
impl Clone for AmountDetailsLineItemTaxParam
Source§fn clone(&self) -> AmountDetailsLineItemTaxParam
fn clone(&self) -> AmountDetailsLineItemTaxParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AmountDetailsLineItemTaxParam
Auto Trait Implementations§
impl Freeze for AmountDetailsLineItemTaxParam
impl RefUnwindSafe for AmountDetailsLineItemTaxParam
impl Send for AmountDetailsLineItemTaxParam
impl Sync for AmountDetailsLineItemTaxParam
impl Unpin for AmountDetailsLineItemTaxParam
impl UnwindSafe for AmountDetailsLineItemTaxParam
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