Package com.stripe.param.issuing
Class CardholderCreateParams.Individual.Dob
java.lang.Object
com.stripe.param.issuing.CardholderCreateParams.Individual.Dob
- Enclosing class:
- CardholderCreateParams.Individual
The user agent of the browser from which the cardholder accepted the Authorized User
Terms.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
builder
-
getDay
Required. The day of birth, 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 birth, between 1 and 12. -
getYear
Required. The four-digit year of birth.
-