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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue{
  amount:
    Stripe.Resources.V2.Core.Account.Identity.BusinessDetails.AnnualRevenue.Amount.t()
    | nil,
  fiscal_year_end: String.t() | nil
}
```

* `amount` - Annual revenue amount in minor currency units (for example, '123' for 1.23 USD).
* `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.

---

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