Package com.stripe.model.v2.billing
Class IntentAction.Subscribe.PricingPlanSubscriptionDetails.ComponentConfiguration
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Subscribe.PricingPlanSubscriptionDetails.ComponentConfiguration
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Subscribe.PricingPlanSubscriptionDetails
public static class IntentAction.Subscribe.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 booleanbooleaninthashCode()voidsetLookupKey(String lookupKey) voidsetPricingPlanComponent(String pricingPlanComponent) voidsetQuantity(Long 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