Package com.stripe.model
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A non-negative integer representing the amount in the smallest currency unit.Three-letter ISO currency code, in lowercase.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
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.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, 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. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
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. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
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()
-