Stripe.Params.AccountUpdateParams.Settings.Invoices
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.AccountUpdateParams.Settings.Invoices{ default_account_tax_ids: map() | nil, hosted_payment_method_save: String.t() | nil }
default_account_tax_ids- 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- Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page. Possible values:always,never,offer.