TaxRate class
Constructors
-
TaxRate({int id, String country, String state, String postcode, String city, String rate, String name, int priority, bool compound, bool shipping, int order, String taxClass, Links links})
-
-
TaxRate.fromJson(Map<String, dynamic> json)
-
Properties
-
city
↔ String
-
read / write
-
compound
↔ bool
-
read / write
-
country
↔ String
-
read / write
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
id
↔ int
-
read / write
-
links
↔ Links
-
read / write
-
name
↔ String
-
read / write
-
order
↔ int
-
read / write
-
postcode
↔ String
-
read / write
-
priority
↔ int
-
read / write
-
rate
↔ String
-
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
shipping
↔ bool
-
read / write
-
state
↔ String
-
read / write
-
taxClass
↔ String
-
read / write
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited