# `Stripe.Params.Billing.CreditGrantCreateParams.ApplicabilityConfig.Scope`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing/credit_grant_create_params.ex#L85)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Billing.CreditGrantCreateParams.ApplicabilityConfig.Scope{
  price_type: String.t() | nil,
  prices:
    [
      Stripe.Params.Billing.CreditGrantCreateParams.ApplicabilityConfig.Scope.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*
