Class Account.Identity.BusinessDetails.MonthlyEstimatedRevenue

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity.BusinessDetails.MonthlyEstimatedRevenue
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Identity.BusinessDetails

public static class Account.Identity.BusinessDetails.MonthlyEstimatedRevenue extends StripeObject
An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.
  • Constructor Details

    • MonthlyEstimatedRevenue

      public MonthlyEstimatedRevenue()
  • Method Details

    • getAmount

      public Amount getAmount()
      Estimated monthly revenue amount in minor currency units (for example, '123' for 1.23 USD).
    • setAmount

      public void setAmount(Amount amount)
      Estimated monthly revenue amount in minor currency units (for example, '123' for 1.23 USD).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object