pub struct MoneyTransactionSalesTaxInput {
pub sales_tax_id: String,
pub amount: Decimal,
}Expand description
Sales tax input for a money transaction line item.
Fields§
§sales_tax_id: String§amount: DecimalTrait Implementations§
Source§impl Clone for MoneyTransactionSalesTaxInput
impl Clone for MoneyTransactionSalesTaxInput
Source§fn clone(&self) -> MoneyTransactionSalesTaxInput
fn clone(&self) -> MoneyTransactionSalesTaxInput
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 moreAuto Trait Implementations§
impl Freeze for MoneyTransactionSalesTaxInput
impl RefUnwindSafe for MoneyTransactionSalesTaxInput
impl Send for MoneyTransactionSalesTaxInput
impl Sync for MoneyTransactionSalesTaxInput
impl Unpin for MoneyTransactionSalesTaxInput
impl UnsafeUnpin for MoneyTransactionSalesTaxInput
impl UnwindSafe for MoneyTransactionSalesTaxInput
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