Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.Individual.IdNumber.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.Individual.IdNumber.Builder
- Enclosing class:
- AccountCreateParams.Identity.Individual.IdNumber
-
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.Required. The ID number type of an individual.Required. The value of the ID number.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public AccountCreateParams.Identity.Individual.IdNumber.Builder putExtraParam(String key, Object value) 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. SeeAccountCreateParams.Identity.Individual.IdNumber.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Identity.Individual.IdNumber.Builder putAllExtraParam(Map<String, Object> map) 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. SeeAccountCreateParams.Identity.Individual.IdNumber.extraParams
for the field documentation. -
setType
public AccountCreateParams.Identity.Individual.IdNumber.Builder setType(AccountCreateParams.Identity.Individual.IdNumber.Type type) Required. The ID number type of an individual. -
setValue
Required. The value of the ID number.
-