Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Identity.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Identity.Builder
- Enclosing class:
- AccountTokenCreateParams.Identity
-
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.Attestations from the identity's key people, e.g.setBusinessDetails(AccountTokenCreateParams.Identity.BusinessDetails businessDetails) Information about the company or business.The entity type.Information about the person represented by the account.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAttestations
public AccountTokenCreateParams.Identity.Builder setAttestations(AccountTokenCreateParams.Identity.Attestations attestations) Attestations from the identity's key people, e.g. owners, executives, directors, representatives. -
setBusinessDetails
public AccountTokenCreateParams.Identity.Builder setBusinessDetails(AccountTokenCreateParams.Identity.BusinessDetails businessDetails) Information about the company or business. -
setEntityType
public AccountTokenCreateParams.Identity.Builder setEntityType(AccountTokenCreateParams.Identity.EntityType entityType) The entity type. -
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. SeeAccountTokenCreateParams.Identity.extraParamsfor 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. SeeAccountTokenCreateParams.Identity.extraParamsfor the field documentation. -
setIndividual
public AccountTokenCreateParams.Identity.Builder setIndividual(AccountTokenCreateParams.Identity.Individual individual) Information about the person represented by the account.
-