Package com.stripe.model.v2.billing
Class IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.Amount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.Amount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend
public static class IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.Amount
extends StripeObject
The maximum amount allowed for the billing period.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe custom pricing unit amount. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetCustomPricingUnit(IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.Amount.CustomPricingUnit customPricingUnit) voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Amount
public Amount()
-
-
Method Details
-
getCustomPricingUnit
public IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.Amount.CustomPricingUnit getCustomPricingUnit() -
getType
-
setCustomPricingUnit
public void setCustomPricingUnit(IntentAction.Apply.SpendModifierRule.MaxBillingPeriodSpend.Amount.CustomPricingUnit customPricingUnit) -
setType
-
equals
-
canEqual
-
hashCode
public int hashCode()
-