Class TaxCode.Requirements

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TaxCode.Requirements
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
TaxCode

public static class TaxCode.Requirements extends StripeObject
For more details about Requirements, please refer to the API Reference.
  • Constructor Details

    • Requirements

      public Requirements()
  • Method Details

    • getPerformanceLocation

      public String getPerformanceLocation()
      Describes whether a performance location is required for a successful tax calculation with a tax code.

      One of optional, or required.

    • setPerformanceLocation

      public void setPerformanceLocation(String performanceLocation)
      Describes whether a performance location is required for a successful tax calculation with a tax code.

      One of optional, or required.

    • 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