Package com.stripe.param
Class AccountCreateParams.Company.RegistrationDate
java.lang.Object
com.stripe.param.AccountCreateParams.Company.RegistrationDate
- Enclosing class:
- AccountCreateParams.Company
The user agent of the browser from which the beneficial owner attestation was made.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getDay()
Required. The day of registration, between 1 and 31.Map of extra parameters for custom features not available in this client library.getMonth()
Required. The month of registration, between 1 and 12.getYear()
Required. The four-digit year of registration.int
hashCode()
-
Method Details
-
builder
-
getDay
Required. The day of registration, between 1 and 31. -
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. -
getMonth
Required. The month of registration, between 1 and 12. -
getYear
Required. The four-digit year of registration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-