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

    • AnnualRevenue

      public AnnualRevenue()
  • Method Details

    • getAmount

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