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

Nested parameters.

# `t`

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

* `currency` - Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `value` parameter. Format: ISO 4217 currency code.
* `value` - A positive integer representing the amount of the credit grant.

---

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