pub struct InvoiceSettingCheckoutRenderingOptions {
pub amount_tax_display: Option<String>,
}
Fields§
§amount_tax_display: Option<String>
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
Trait Implementations§
Source§impl Clone for InvoiceSettingCheckoutRenderingOptions
impl Clone for InvoiceSettingCheckoutRenderingOptions
Source§fn clone(&self) -> InvoiceSettingCheckoutRenderingOptions
fn clone(&self) -> InvoiceSettingCheckoutRenderingOptions
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 InvoiceSettingCheckoutRenderingOptions
impl RefUnwindSafe for InvoiceSettingCheckoutRenderingOptions
impl Send for InvoiceSettingCheckoutRenderingOptions
impl Sync for InvoiceSettingCheckoutRenderingOptions
impl Unpin for InvoiceSettingCheckoutRenderingOptions
impl UnwindSafe for InvoiceSettingCheckoutRenderingOptions
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