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

Nested struct within the parent resource.

# `t`

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

* `monetary` - The monetary amount. Nullable.
* `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*
