Package com.stripe.model.v2.billing
Class IntentAction.Subscribe.PricingPlanSubscriptionDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.IntentAction.Subscribe.PricingPlanSubscriptionDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- IntentAction.Subscribe
For more details about PricingPlanSubscriptionDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
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
setComponentConfigurations
(List<IntentAction.Subscribe.PricingPlanSubscriptionDetails.ComponentConfiguration> componentConfigurations) void
setMetadata
(Map<String, String> metadata) void
setPricingPlan
(String pricingPlan) void
setPricingPlanSubscription
(String pricingPlanSubscription) void
setPricingPlanVersion
(String pricingPlanVersion) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PricingPlanSubscriptionDetails
public PricingPlanSubscriptionDetails()
-
-
Method Details
-
getComponentConfigurations
public List<IntentAction.Subscribe.PricingPlanSubscriptionDetails.ComponentConfiguration> getComponentConfigurations() -
getMetadata
-
getPricingPlan
-
getPricingPlanSubscription
-
getPricingPlanVersion
-
setComponentConfigurations
public void setComponentConfigurations(List<IntentAction.Subscribe.PricingPlanSubscriptionDetails.ComponentConfiguration> componentConfigurations) -
setMetadata
-
setPricingPlan
-
setPricingPlanSubscription
-
setPricingPlanVersion
-
equals
-
canEqual
-
hashCode
public int hashCode()
-