# `Stripe.Resources.Billing.CreditBalanceTransaction.Credit.Amount.Monetary`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing/credit_balance_transaction.ex#L81)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Billing.CreditBalanceTransaction.Credit.Amount.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*
