Package com.stripe.param.issuing
Class CardholderUpdateParams.Individual.Builder
java.lang.Object
com.stripe.param.issuing.CardholderUpdateParams.Individual.Builder
- Enclosing class:
- CardholderUpdateParams.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
(EmptyParam firstName) The first name of this cardholder.setFirstName
(String firstName) The first name of this cardholder.setLastName
(EmptyParam lastName) The last 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 CardholderUpdateParams.Individual.Builder setCardIssuing(CardholderUpdateParams.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. SeeCardholderUpdateParams.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. SeeCardholderUpdateParams.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. -
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. -
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 CardholderUpdateParams.Individual.Builder setVerification(CardholderUpdateParams.Individual.Verification verification) Government-issued ID document for this cardholder.
-