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
For more details about AnnualRevenue, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A non-negative integer representing the amount in the smallest currency unit.The close-out date of the preceding fiscal year in ISO 8601 format.int
hashCode()
void
A non-negative integer representing the amount in the smallest currency unit.void
setFiscalYearEnd
(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
A non-negative integer representing the amount in the smallest currency unit. -
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
A non-negative integer representing the amount in the smallest currency unit. -
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()
-