Package com.stripe.param.issuing
Class CardCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.issuing.CardCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
static class
Add all map key/value pairs to `extraParams` map.static class
static enum
static enum
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 CardCreateParams.Builder
builder()
The Cardholder object with which the card will be associated.Required. The currency for the card.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.Set of key-value pairs that you can attach to an object.The personalization design object belonging to this card.getPin()
The desired PIN for this card.The card this is meant to be a replacement for (if any).Ifreplacement_for
is specified, this should indicate why that card is being replaced.The second line to print on the card.The address where the card will be shipped.Rules that control spending for this card.Whether authorizations can be approved on this card.getType()
Required. The type of card to issue.Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getCardholder
The Cardholder object with which the card will be associated. -
getCurrency
Required. The currency for the card. -
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. -
getFinancialAccount
-
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata
. -
getPersonalizationDesign
The personalization design object belonging to this card. -
getPin
The desired PIN for this card. -
getReplacementFor
The card this is meant to be a replacement for (if any). -
getReplacementReason
Ifreplacement_for
is specified, this should indicate why that card is being replaced. -
getSecondLine
The second line to print on the card. -
getShipping
The address where the card will be shipped. -
getSpendingControls
Rules that control spending for this card. Refer to our documentation for more details. -
getStatus
Whether authorizations can be approved on this card. May be blocked from activating cards depending on past-due Cardholder requirements. Defaults toinactive
. -
getType
Required. The type of card to issue. Possible values arephysical
orvirtual
.
-