Package com.stripe.param
Class InvoiceUpcomingLinesListParams.ScheduleDetails.Amendment.DiscountAction.Set
java.lang.Object
com.stripe.param.InvoiceUpcomingLinesListParams.ScheduleDetails.Amendment.DiscountAction.Set
public static class InvoiceUpcomingLinesListParams.ScheduleDetails.Amendment.DiscountAction.Set
extends Object
The ID of a promotion code to remove from the
discounts
array.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The coupon code to replace thediscounts
array with.An ID of an existing discount to replace thediscounts
array with.Map of extra parameters for custom features not available in this client library.An ID of an existing promotion code to replace thediscounts
array with.
-
Method Details
-
builder
public static InvoiceUpcomingLinesListParams.ScheduleDetails.Amendment.DiscountAction.Set.Builder builder() -
getCoupon
The coupon code to replace thediscounts
array with. -
getDiscount
An ID of an existing discount to replace thediscounts
array with. -
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. -
getPromotionCode
An ID of an existing promotion code to replace thediscounts
array with.
-