pub struct InvoiceSettingCheckoutRenderingOptions {
pub amount_tax_display: Option<String>,
pub template: Option<String>,
}Fields§
§amount_tax_display: Option<String>How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
template: Option<String>ID of the invoice rendering template to be used for the generated invoice.
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 (const: unstable) · 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 InvoiceSettingCheckoutRenderingOptions
impl FromValueOpt for InvoiceSettingCheckoutRenderingOptions
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for InvoiceSettingCheckoutRenderingOptions
impl PartialEq for InvoiceSettingCheckoutRenderingOptions
Source§fn eq(&self, other: &InvoiceSettingCheckoutRenderingOptions) -> bool
fn eq(&self, other: &InvoiceSettingCheckoutRenderingOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InvoiceSettingCheckoutRenderingOptions
impl StructuralPartialEq for InvoiceSettingCheckoutRenderingOptions
Auto Trait Implementations§
impl Freeze for InvoiceSettingCheckoutRenderingOptions
impl RefUnwindSafe for InvoiceSettingCheckoutRenderingOptions
impl Send for InvoiceSettingCheckoutRenderingOptions
impl Sync for InvoiceSettingCheckoutRenderingOptions
impl Unpin for InvoiceSettingCheckoutRenderingOptions
impl UnsafeUnpin 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