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
Constructors -
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.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. -
setDob
The date of birth of this cardholder. -
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. This field cannot contain any special characters or numbers. -
setFirstName
The first name of this cardholder. This field cannot contain any special characters or numbers. -
setLastName
The last name of this cardholder. This field cannot contain any special characters or numbers. -
setLastName
The last name of this cardholder. This field cannot contain any special characters or numbers. -
setVerification
public CardholderUpdateParams.Individual.Builder setVerification(CardholderUpdateParams.Individual.Verification verification) Government-issued ID document for this cardholder.
-