pub struct InvoiceCreateItemTaxInput {
pub sales_tax_id: String,
}Expand description
Tax input for an invoice line item.
Fields§
§sales_tax_id: StringImplementations§
Trait Implementations§
Source§impl Clone for InvoiceCreateItemTaxInput
impl Clone for InvoiceCreateItemTaxInput
Source§fn clone(&self) -> InvoiceCreateItemTaxInput
fn clone(&self) -> InvoiceCreateItemTaxInput
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 Debug for InvoiceCreateItemTaxInput
impl Debug for InvoiceCreateItemTaxInput
Auto Trait Implementations§
impl Freeze for InvoiceCreateItemTaxInput
impl RefUnwindSafe for InvoiceCreateItemTaxInput
impl Send for InvoiceCreateItemTaxInput
impl Sync for InvoiceCreateItemTaxInput
impl Unpin for InvoiceCreateItemTaxInput
impl UnsafeUnpin for InvoiceCreateItemTaxInput
impl UnwindSafe for InvoiceCreateItemTaxInput
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