Package com.stripe.param
Class TokenCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.TokenCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Add all map key/value pairs to `extraParams` map.static class
Add all map key/value pairs to `extraParams` map.static class
Nested 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 TypeMethodDescriptionstatic TokenCreateParams.Builder
builder()
Information for the account this token will represent.The bank account this token will represent.getCard()
The customer (owned by the application's account) for which to create a token.The updated CVC value this token will represent.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.Information for the person this token will represent.getPii()
The PII this token will represent.Methods inherited from class com.stripe.net.ApiRequestParams
toMap
-
Method Details
-
builder
-
getAccount
Information for the account this token will represent. -
getBankAccount
The bank account this token will represent. -
getCard
-
getCustomer
The customer (owned by the application's account) for which to create a token. This can be used only with an OAuth access token or Stripe-Account header. For more details, see Cloning Saved Payment Methods. -
getCvcUpdate
The updated CVC value this token will represent. -
getExpand
Specifies which fields in the response should be expanded. -
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@SerializedName
value. 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. -
getPerson
Information for the person this token will represent. -
getPii
The PII this token will represent.
-