# `Stripe.Params.V2.Core.AccountUpdateParams.Identity.BusinessDetails.AnnualRevenue.Amount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L1492)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.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*
