Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.BusinessDetails.AnnualRevenue
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.BusinessDetails.AnnualRevenue
- Enclosing class:
- AccountCreateParams.Identity.BusinessDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
A non-negative integer representing the amount in the smallest currency unit.Map of extra parameters for custom features not available in this client library.The close-out date of the preceding fiscal year in ISO 8601 format.int
hashCode()
-
Method Details
-
builder
-
getAmount
A non-negative integer representing the amount in the smallest currency unit. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-