Package com.stripe.model.v2.billing
Class IntentAction.Modify.PricingPlanSubscriptionDetails.ComponentConfiguration
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Modify.PricingPlanSubscriptionDetails.ComponentConfiguration
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Modify.PricingPlanSubscriptionDetails
public static class IntentAction.Modify.PricingPlanSubscriptionDetails.ComponentConfiguration
extends StripeObject
For more details about ComponentConfiguration, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setLookupKey
(String lookupKey) void
setPricingPlanComponent
(String pricingPlanComponent) void
setQuantity
(Integer quantity) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ComponentConfiguration
public ComponentConfiguration()
-
-
Method Details