Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing{ default_payment_method: String.t() | nil, invoice: Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing.Invoice.t() | nil }
default_payment_method- ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.invoice- Default invoice settings for the customer account.