Package com.stripe.param
Class QuoteUpdateParams.Line.Action.SetDiscount
java.lang.Object
com.stripe.param.QuoteUpdateParams.Line.Action.SetDiscount
- Enclosing class:
- QuoteUpdateParams.Line.Action
Required. ID of a price to remove.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
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.int
hashCode()
-
Method Details
-
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-