Class Account.BusinessProfile.MonthlyEstimatedRevenue

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.BusinessProfile.MonthlyEstimatedRevenue
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.BusinessProfile

public static class Account.BusinessProfile.MonthlyEstimatedRevenue extends StripeObject
  • Constructor Details

    • MonthlyEstimatedRevenue

      public MonthlyEstimatedRevenue()
  • Method Details

    • getAmount

      public Long getAmount()
    • getCurrency

      public String getCurrency()
    • setAmount

      public void setAmount(Long amount)
    • setCurrency

      public void setCurrency(String currency)
    • 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