# `Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L102)

Nested parameters.

# `t`

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

---

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