Class Settings.Defaults

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Settings.Defaults
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Settings

public static class Settings.Defaults extends StripeObject
  • Constructor Details

    • Defaults

      public Defaults()
  • Method Details

    • getTaxBehavior

      public String 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, or inferred_by_currency.

    • getTaxCode

      public String getTaxCode()
      Default tax code used to classify your products and prices.
    • setTaxBehavior

      public void setTaxBehavior(String taxBehavior)
      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, or inferred_by_currency.

    • setTaxCode

      public void setTaxCode(String taxCode)
      Default tax code used to classify your products and prices.
    • 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