Class Session.Flow.SubscriptionUpdateConfirm.Item

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

public static class Session.Flow.SubscriptionUpdateConfirm.Item extends StripeObject implements HasId
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getPrice

      public String getPrice()
    • getQuantity

      public Long getQuantity()
    • setId

      public void setId(String id)
    • setPrice

      public void setPrice(String price)
    • setQuantity

      public void setQuantity(Long 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
    • getId

      public String getId()
      Specified by:
      getId in interface HasId