# `Stripe.Services.Billing.CreditBalanceSummaryService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/billing/credit_balance_summary_service.ex#L2)

CreditBalanceSummary

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

# `retrieve`

```elixir
@spec retrieve(Stripe.Client.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Retrieve the credit balance summary for a customer

Retrieves the credit balance summary for a customer.

---

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