# `Stripe.Params.AccountUpdateParams.BusinessProfile.AnnualRevenue`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_update_params.ex#L113)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountUpdateParams.BusinessProfile.AnnualRevenue{
  amount: integer() | nil,
  currency: String.t() | nil,
  fiscal_year_end: String.t() | nil
}
```

* `amount` - A non-negative integer representing the amount in the [smallest currency unit](https://stripe.com/currencies#zero-decimal).
* `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). Format: ISO 4217 currency code.
* `fiscal_year_end` - The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023. Max length: 5000.

---

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