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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue{
    amount:
      Stripe.Params.V2.Core.AccountUpdateParams.Identity.BusinessDetails.MonthlyEstimatedRevenue.Amount.t()
      | nil
  }
```

* `amount` - A non-negative integer representing the amount in the smallest currency unit.

---

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