# `Stripe.Resources.Billing.CreditGrant.ApplicabilityConfig.Scope`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/credit_grant.ex#L120)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.CreditGrant.ApplicabilityConfig.Scope{
  price_type: String.t() | nil,
  prices:
    [Stripe.Resources.Billing.CreditGrant.ApplicabilityConfig.Scope.Prices.t()]
    | nil
}
```

* `price_type` - The price type that credit grants can apply to. We currently only support the `metered` price type. This refers to prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them. Cannot be used in combination with `prices`. Possible values: `metered`.
* `prices` - The prices that credit grants can apply to. We currently only support `metered` prices. This refers to prices that have a [Billing Meter](https://docs.stripe.com/api/billing/meter) attached to them. Cannot be used in combination with `price_type`.

---

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