# `Stripe.Resources.Billing.CreditBalance.AvailableBalance.Monetary`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/credit_balance.ex#L36)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Billing.CreditBalance.AvailableBalance.Monetary{
  currency: String.t() | nil,
  value: integer() | nil
}
```

* `currency` - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). Max length: 5000.
* `value` - A positive integer representing the amount.

---

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