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
For more details about TaxIdCollection, please refer to the API Reference.
  • Constructor Details

    • TaxIdCollection

      public TaxIdCollection()
  • Method Details

    • getEnabled

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

      public String getRequired()
      Indicates whether a tax ID is required on the payment page

      One of if_supported, or never.

    • setEnabled

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

      public void setRequired(String required)
      Indicates whether a tax ID is required on the payment page

      One of if_supported, or never.

    • 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