Package com.stripe.param.issuing
Class CardholderCreateParams.Individual.Builder
java.lang.Object
com.stripe.param.issuing.CardholderCreateParams.Individual.Builder
- Enclosing class:
- CardholderCreateParams.Individual
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Information related to the card_issuing program for this cardholder.The date of birth of this cardholder.setFirstName
(String firstName) The first name of this cardholder.setLastName
(String lastName) The last name of this cardholder.Government-issued ID document for this cardholder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCardIssuing
public CardholderCreateParams.Individual.Builder setCardIssuing(CardholderCreateParams.Individual.CardIssuing cardIssuing) Information related to the card_issuing program for this cardholder. -
setDob
The date of birth of this cardholder. Cardholders must be older than 13 years old. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCardholderCreateParams.Individual.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCardholderCreateParams.Individual.extraParams
for the field documentation. -
setFirstName
The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters. -
setLastName
The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters. -
setVerification
public CardholderCreateParams.Individual.Builder setVerification(CardholderCreateParams.Individual.Verification verification) Government-issued ID document for this cardholder.
-