Class TrialOffer.EndBehavior

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.productcatalog.TrialOffer.EndBehavior
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
TrialOffer

public static class TrialOffer.EndBehavior extends StripeObject
For more details about EndBehavior, please refer to the API Reference.
  • Constructor Details

    • EndBehavior

      public EndBehavior()
  • Method Details

    • getTransition

      public TrialOffer.EndBehavior.Transition getTransition()
    • getType

      public String getType()
      The type of behavior when the trial offer ends.

      Equal to transition.

    • setTransition

      public void setTransition(TrialOffer.EndBehavior.Transition transition)
    • setType

      public void setType(String type)
      The type of behavior when the trial offer ends.

      Equal to transition.

    • 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