# `Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L634)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance{
    bank_transfer:
      Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.CustomerBalance.BankTransfer.t()
      | nil,
    funding_type: String.t() | nil
  }
```

* `bank_transfer`
* `funding_type` - The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`. Possible values: `bank_transfer`. Nullable.

---

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