Class Configuration.Features.SubscriptionPause

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.SubscriptionPause
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration.Features

public static class Configuration.Features.SubscriptionPause extends StripeObject
Which cancellation reasons will be given as options to the customer.
  • Constructor Details

    • SubscriptionPause

      public SubscriptionPause()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Whether the feature is enabled.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Whether the feature is enabled.
    • 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