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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Billing.CreditGrantCreateParams.ApplicabilityConfig.Scope.Prices{
    id: String.t() | nil
  }
```

* `id` - The price ID this credit grant should apply to. Max length: 5000.

---

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