# `Stripe.Resources.Billing.CreditBalanceSummary`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/credit_balance_summary.ex#L2)

CreditBalanceSummary

Indicates the billing credit balance for billing credits granted to a customer.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.CreditBalanceSummary{
  balances: [Stripe.Resources.Billing.CreditBalance.t()],
  customer: String.t() | Stripe.Resources.Customer.t(),
  customer_account: String.t(),
  livemode: boolean(),
  object: String.t()
}
```

* `balances` - The billing credit balances. One entry per credit grant currency. If a customer only has credit grants in a single currency, then this will have a single balance entry. Expandable.
* `customer` - The customer the balance is for. Expandable.
* `customer_account` - The account the balance is for. Max length: 5000. Nullable.
* `livemode` - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `billing.credit_balance_summary`.

# `expandable_fields`

# `object_name`

---

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