Class Session.Flow.SubscriptionUpdateConfirm.Discount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Session.Flow.SubscriptionUpdateConfirm.Discount
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session.Flow.SubscriptionUpdateConfirm

public static class Session.Flow.SubscriptionUpdateConfirm.Discount extends StripeObject
  • Constructor Details

    • Discount

      public Discount()
  • Method Details

    • getCoupon

      public String getCoupon()
    • getPromotionCode

      public String getPromotionCode()
    • setCoupon

      public void setCoupon(String coupon)
    • setPromotionCode

      public void setPromotionCode(String promotionCode)
    • 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