Package com.stripe.model.v2.billing
Class IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Apply.SpendModifierRule
Details for max billing period spend modifier. Only present if type is
max_billing_period_spend.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe maximum amount allowed for the billing period.static classThe configration for the overage rate for the custom pricing unit. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidvoidsetCustomPricingUnitOverageRate(IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.CustomPricingUnitOverageRate customPricingUnitOverageRate) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MaxBillingPeriodSpend
public MaxBillingPeriodSpend()
-
-
Method Details
-
getAmount
-
getCustomPricingUnitOverageRate
public IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.CustomPricingUnitOverageRate getCustomPricingUnitOverageRate() -
setAmount
-
setCustomPricingUnitOverageRate
public void setCustomPricingUnitOverageRate(IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.CustomPricingUnitOverageRate customPricingUnitOverageRate) -
equals
-
canEqual
-
hashCode
public int hashCode()
-