Package com.stripe.param.v2.core
Class AccountTokenCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.core.AccountTokenCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam -
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe default contact email address for the Account.A descriptive name for the Account.Map of extra parameters for custom features not available in this client library.Required. Information about the company, individual, and business represented by the Account.inthashCode()Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getContactEmail
The default contact email address for the Account. Required when configuring the account as a merchant or recipient. -
getDisplayName
A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIdentity
Required. Information about the company, individual, and business represented by the Account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-