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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Billing.CreditGrantCreateParams.Amount{
  monetary:
    Stripe.Params.Billing.CreditGrantCreateParams.Amount.Monetary.t() | nil,
  type: String.t() | nil
}
```

* `monetary` - The monetary amount.
* `type` - The type of this amount. We currently only support `monetary` billing credits. Possible values: `monetary`.

---

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