Package com.stripe.param.issuing
Class CardCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.issuing.CardCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions.static enumstatic classAdd all map key/value pairs to `extraParams` map.static classstatic enumstatic enumNested 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.Builderbuilder()protected booleanbooleanThe Cardholder object with which the card will be associated.Required. The currency for the card.Specifies which fields in the response should be expanded.The desired expiration month (1-12) for this card if specifying a custom expiration date.The desired 4-digit expiration year for this card if specifying a custom expiration date.Map of extra parameters for custom features not available in this client library.The new financial account ID the card will be associated with.Rules that control the lifecycle of this card, such as automatic cancellation.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_foris 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.inthashCode()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. -
getExpMonth
The desired expiration month (1-12) for this card if specifying a custom expiration date. -
getExpYear
The desired 4-digit expiration year for this card if specifying a custom expiration date. -
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@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. -
getFinancialAccount
The new financial account ID the card will be associated with. This field allows a card to be reassigned to a different financial account. -
getLifecycleControls
Rules that control the lifecycle of this card, such as automatic cancellation. Refer to our documentation for more details. -
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_foris specified, this should indicate why that card is being replaced. -
getSecondLine
The second line to print on the card. Max length: 24 characters. -
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 arephysicalorvirtual. -
equals
-
canEqual
-
hashCode
public int hashCode()
-