Class Account.Identity.BusinessDetails.AnnualRevenue

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

public static class Account.Identity.BusinessDetails.AnnualRevenue extends StripeObject
The business gross annual revenue for its preceding fiscal year.
  • Constructor Details

    • AnnualRevenue

      public AnnualRevenue()
  • Method Details

    • getAmount

      Annual revenue amount in minor currency units (for example, '123' for 1.23 USD).
    • 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

      Annual revenue amount in minor currency units (for example, '123' for 1.23 USD).
    • 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