Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing{ default_payment_method: String.t() | nil, invoice: Stripe.Resources.V2.Core.Account.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.