pub struct PaymentFlowsAmountDetailsResourceTax {
pub total_tax_amount: Option<i64>,
}Fields§
§total_tax_amount: Option<i64>The total amount of tax on the transaction represented in the smallest currency unit. Required for L2 rates. An integer greater than or equal to 0.
This field is mutually exclusive with the amount_details[line_items][#][tax][total_tax_amount] field.
Trait Implementations§
Source§impl Clone for PaymentFlowsAmountDetailsResourceTax
impl Clone for PaymentFlowsAmountDetailsResourceTax
Source§fn clone(&self) -> PaymentFlowsAmountDetailsResourceTax
fn clone(&self) -> PaymentFlowsAmountDetailsResourceTax
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 moreSource§impl FromValueOpt for PaymentFlowsAmountDetailsResourceTax
impl FromValueOpt for PaymentFlowsAmountDetailsResourceTax
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentFlowsAmountDetailsResourceTax
Auto Trait Implementations§
impl Freeze for PaymentFlowsAmountDetailsResourceTax
impl RefUnwindSafe for PaymentFlowsAmountDetailsResourceTax
impl Send for PaymentFlowsAmountDetailsResourceTax
impl Sync for PaymentFlowsAmountDetailsResourceTax
impl Unpin for PaymentFlowsAmountDetailsResourceTax
impl UnwindSafe for PaymentFlowsAmountDetailsResourceTax
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