Package com.stripe.model
Class TaxCode.Requirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TaxCode.Requirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- TaxCode
For more details about Requirements, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDescribes whether a performance location is required for a successful tax calculation with a tax code.inthashCode()voidsetPerformanceLocation(String performanceLocation) Describes whether a performance location is required for a successful tax calculation with a tax code.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Requirements
public Requirements()
-
-
Method Details
-
getPerformanceLocation
Describes whether a performance location is required for a successful tax calculation with a tax code.One of
optional, orrequired. -
setPerformanceLocation
Describes whether a performance location is required for a successful tax calculation with a tax code.One of
optional, orrequired. -
equals
-
canEqual
-
hashCode
public int hashCode()
-