AccountTaxTaxRule class
Tax calculation rule to apply in a state or province (US only).
Constructors
- AccountTaxTaxRule({String? country, String? locationId, String? ratePercent, bool? shippingTaxed, bool? useGlobalRate})
- AccountTaxTaxRule.fromJson(Map json_)
Properties
- country ↔ String?
-
Country code in which tax is applicable.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationId ↔ String?
-
State (or province) is which the tax is applicable, described by its
location ID (also called criteria ID).
getter/setter pair
- ratePercent ↔ String?
-
Explicit tax rate in percent, represented as a floating point number
without the percentage character.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingTaxed ↔ bool?
-
If true, shipping charges are also taxed.
getter/setter pair
- useGlobalRate ↔ bool?
-
Whether the tax rate is taken from a global tax table or specified
explicitly.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited