Class Session.TaxIdCollection

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.TaxIdCollection
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.TaxIdCollection extends StripeObject
  • Constructor Details

    • TaxIdCollection

      public TaxIdCollection()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Indicates whether tax ID collection is enabled for the session.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Indicates whether tax ID collection is enabled for the session.
    • 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