Package com.stripe.param.v2.billing
Class IntentCreateParams.Action.Apply.InvoiceDiscountRule
java.lang.Object
com.stripe.param.v2.billing.IntentCreateParams.Action.Apply.InvoiceDiscountRule
- Enclosing class:
- IntentCreateParams.Action.Apply
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRequired. The type of maximum applications configuration.static classstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The entity that the discount rule applies to, for example, the cadence.Map of extra parameters for custom features not available in this client library.Configuration for percentage off discount.getType()Required. Type of the discount rule.inthashCode()
-
Method Details
-
builder
-
getAppliesTo
Required. The entity that the discount rule applies to, for example, the cadence. -
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. -
getPercentOff
Configuration for percentage off discount. -
getType
Required. Type of the discount rule. -
equals
-
canEqual
-
hashCode
public int hashCode()
-