# `Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue.Amount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L3008)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue.Amount{
    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).
* `value` - A non-negative integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#minor-units).

---

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