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.
  • Constructor Details

    • ComponentConfiguration

      public ComponentConfiguration()
  • Method Details

    • getLookupKey

      public String getLookupKey()
    • getPricingPlanComponent

      public String getPricingPlanComponent()
    • getQuantity

      public Integer getQuantity()
    • setLookupKey

      public void setLookupKey(String lookupKey)
    • setPricingPlanComponent

      public void setPricingPlanComponent(String pricingPlanComponent)
    • setQuantity

      public void setQuantity(Integer quantity)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object