Package com.stripe.param.v2.billing
Class IntentCreateParams.Action
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action
- Enclosing class:
- IntentCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetApply()Details for an apply action.Details for a deactivate action.Map of extra parameters for custom features not available in this client library.Details for a modify action.Details for a remove action.Details for a subscribe action.getType()Required. Type of the Billing Intent action.inthashCode()
-
Method Details
-
builder
-
getApply
Details for an apply action. -
getDeactivate
Details for a deactivate action. -
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. -
getModify
Details for a modify action. -
getRemove
Details for a remove action. -
getSubscribe
Details for a subscribe action. -
getType
Required. Type of the Billing Intent action. -
equals
-
canEqual
-
hashCode
public int hashCode()
-