pub struct AccountInvoicesSettings {
pub default_account_tax_ids: Option<Vec<Expandable<TaxId>>>,
pub hosted_payment_method_save: Option<AccountInvoicesSettingsHostedPaymentMethodSave>,
}
Fields§
§default_account_tax_ids: Option<Vec<Expandable<TaxId>>>
The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.
hosted_payment_method_save: Option<AccountInvoicesSettingsHostedPaymentMethodSave>
Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
Trait Implementations§
Source§impl Clone for AccountInvoicesSettings
impl Clone for AccountInvoicesSettings
Source§fn clone(&self) -> AccountInvoicesSettings
fn clone(&self) -> AccountInvoicesSettings
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 AccountInvoicesSettings
impl Debug for AccountInvoicesSettings
Source§impl FromValueOpt for AccountInvoicesSettings
impl FromValueOpt for AccountInvoicesSettings
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for AccountInvoicesSettings
impl RefUnwindSafe for AccountInvoicesSettings
impl Send for AccountInvoicesSettings
impl Sync for AccountInvoicesSettings
impl Unpin for AccountInvoicesSettings
impl UnwindSafe for AccountInvoicesSettings
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