# `Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing/credit_balance_summary_retrieve_params.ex#L2)

Parameters for credit balance summary retrieve.

# `t`

```elixir
@type t() :: %Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams{
  customer: String.t() | nil,
  customer_account: String.t() | nil,
  expand: [String.t()] | nil,
  filter: Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams.Filter.t()
}
```

* `customer` - The customer whose credit balance summary you're retrieving. Max length: 5000.
* `customer_account` - The account representing the customer whose credit balance summary you're retrieving. Max length: 5000.
* `expand` - Specifies which fields in the response should be expanded.
* `filter` - The filter criteria for the credit balance summary.

---

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