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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams.Filter.ApplicabilityScope{
    price_type: String.t() | nil,
    prices:
      [
        Stripe.Params.Billing.CreditBalanceSummaryRetrieveParams.Filter.ApplicabilityScope.Prices.t()
      ]
      | nil
  }
```

* `price_type` - The price type that credit grants can apply to. We currently only support the `metered` price type. Cannot be used in combination with `prices`. Possible values: `metered`.
* `prices` - A list of prices that the credit grant can apply to. We currently only support the `metered` prices. Cannot be used in combination with `price_type`.

---

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