Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Remove
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Remove
- Enclosing class:
- IntentCreateParams.Action
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanWhen the remove action will take effect.Map of extra parameters for custom features not available in this client library.The ID of the discount rule to remove for future invoices.The ID of the spend modifier rule to remove.getType()Required. Type of the remove action.inthashCode()
-
Method Details
-
builder
-
getEffectiveAt
When the remove action will take effect. Defaults to on_reserve if not specified. -
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. -
getInvoiceDiscountRule
The ID of the discount rule to remove for future invoices. -
getSpendModifierRule
The ID of the spend modifier rule to remove. -
getType
Required. Type of the remove action. -
equals
-
canEqual
-
hashCode
public int hashCode()
-