Class Account.BusinessProfile.AnnualRevenue

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

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

    • AnnualRevenue

      public AnnualRevenue()
  • Method Details

    • getAmount

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

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • getFiscalYearEnd

      public String getFiscalYearEnd()
      The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
    • setAmount

      public void setAmount(Long amount)
      A non-negative integer representing the amount in the smallest currency unit.
    • setCurrency

      public void setCurrency(String currency)
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • setFiscalYearEnd

      public void setFiscalYearEnd(String fiscalYearEnd)
      The close-out date of the preceding fiscal year in ISO 8601 format. E.g. 2023-12-31 for the 31st of December, 2023.
    • 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