Class Session.Flow.SubscriptionUpdate

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

public static class Session.Flow.SubscriptionUpdate extends StripeObject
The ID of the coupon to be offered.
  • Constructor Details

    • SubscriptionUpdate

      public SubscriptionUpdate()
  • Method Details

    • getSubscription

      public String getSubscription()
      The ID of the subscription to be updated.
    • setSubscription

      public void setSubscription(String subscription)
      The ID of the subscription to be updated.
    • 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