# `Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L149)

Nested struct within the parent resource.

# `t`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
