Package com.stripe.model.tax
Class Settings.Defaults
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Settings.Defaults
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Settings
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Default tax behavior used to specify whether the price is considered inclusive of taxes or exclusive of taxes.Default tax code used to classify your products and prices.int
hashCode()
void
setTaxBehavior
(String taxBehavior) Default tax behavior used to specify whether the price is considered inclusive of taxes or exclusive of taxes.void
setTaxCode
(String taxCode) Default tax code used to classify your products and prices.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Defaults
public Defaults()
-
-
Method Details
-
getTaxBehavior
Default tax behavior used to specify whether the price is considered inclusive of taxes or exclusive of taxes. If the item's price has a tax behavior set, it will take precedence over the default tax behavior.One of
exclusive
,inclusive
, orinferred_by_currency
. -
getTaxCode
Default tax code used to classify your products and prices. -
setTaxBehavior
Default tax behavior used to specify whether the price is considered inclusive of taxes or exclusive of taxes. If the item's price has a tax behavior set, it will take precedence over the default tax behavior.One of
exclusive
,inclusive
, orinferred_by_currency
. -
setTaxCode
Default tax code used to classify your products and prices. -
equals
-
canEqual
-
hashCode
public int hashCode()
-