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
For more details about MonthlyEstimatedRevenue, please refer to the API Reference.
  • Constructor Details

    • MonthlyEstimatedRevenue

      public MonthlyEstimatedRevenue()
  • Method Details

    • getAmount

      public Amount getAmount()
      A non-negative integer representing the amount in the smallest currency unit.
    • setAmount

      public void setAmount(Amount amount)
      A non-negative integer representing the amount in the smallest currency unit.
    • 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