Class CustomerSession.Components.TaxIdElement.Features

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.TaxIdElement.Features
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CustomerSession.Components.TaxIdElement

public static class CustomerSession.Components.TaxIdElement.Features extends StripeObject
This hash defines whether the Tax ID Element supports certain features.
  • Constructor Details

    • Features

      public Features()
  • Method Details

    • getTaxIdRedisplay

      public String getTaxIdRedisplay()
    • getTaxIdSave

      public String getTaxIdSave()
    • setTaxIdRedisplay

      public void setTaxIdRedisplay(String taxIdRedisplay)
    • setTaxIdSave

      public void setTaxIdSave(String taxIdSave)
    • 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