Package com.stripe.param
Class SubscriptionScheduleAmendParams.Amendment.DiscountAction.Remove
java.lang.Object
com.stripe.param.SubscriptionScheduleAmendParams.Amendment.DiscountAction.Remove
- Enclosing class:
- SubscriptionScheduleAmendParams.Amendment.DiscountAction
Required. The type of calculation made to determine when the
discount ends.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe coupon code to remove from thediscountsarray.The ID of a discount to remove from thediscountsarray.Map of extra parameters for custom features not available in this client library.The ID of a promotion code to remove from thediscountsarray.inthashCode()
-
Method Details
-
builder
-
getCoupon
The coupon code to remove from thediscountsarray. -
getDiscount
The ID of a discount to remove from thediscountsarray. -
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. -
getPromotionCode
The ID of a promotion code to remove from thediscountsarray. -
equals
-
canEqual
-
hashCode
public int hashCode()
-