# `Stripe.Resources.Account.BusinessProfile.MonthlyEstimatedRevenue`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L177)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.BusinessProfile.MonthlyEstimatedRevenue{
  amount: integer() | nil,
  currency: String.t() | nil
}
```

* `amount` - A non-negative integer representing how much to charge 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.

---

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