Package com.stripe.param.v2.core
Class AccountTokenCreateParams.Builder
java.lang.Object
com.stripe.param.v2.core.AccountTokenCreateParams.Builder
- Enclosing class:
- AccountTokenCreateParams
-
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.setContactEmail(String contactEmail) The default contact email address for the Account.setDisplayName(String displayName) A descriptive name for the Account.setIdentity(AccountTokenCreateParams.Identity identity) Required. Information about the company, individual, and business represented by the Account.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setContactEmail
The default contact email address for the Account. Required when configuring the account as a merchant or recipient. -
setDisplayName
A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account. -
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.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.extraParamsfor the field documentation. -
setIdentity
Required. Information about the company, individual, and business represented by the Account.
-