Package com.stripe.model.v2.core
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
The business gross annual revenue for its preceding fiscal year.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAnnual revenue amount in minor currency units (for example, '123' for 1.23 USD). -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAnnual revenue amount in minor currency units (for example, '123' for 1.23 USD).The close-out date of the preceding fiscal year in ISO 8601 format.inthashCode()voidAnnual revenue amount in minor currency units (for example, '123' for 1.23 USD).voidsetFiscalYearEnd(String fiscalYearEnd) The close-out date of the preceding fiscal year in ISO 8601 format.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AnnualRevenue
public AnnualRevenue()
-
-
Method Details
-
getAmount
Annual revenue amount in minor currency units (for example, '123' for 1.23 USD). -
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
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
-
canEqual
-
hashCode
public int hashCode()
-