ShopOrderTaxLinesInner class

Constructors

ShopOrderTaxLinesInner({int? id, String? rateCode, int? rateId, String? label, bool? compound, String? taxTotal, String? shippingTaxTotal, List<ShopCoupon1MetaDataInner> metaData = const [], int? ratePercent})
Returns a new ShopOrderTaxLinesInner instance.

Properties

compound bool?
Show if is a compound tax rate.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id int?
Item ID.
getter/setter pair
label String?
Tax rate label.
getter/setter pair
metaData List<ShopCoupon1MetaDataInner>
Meta data.
getter/setter pair
rateCode String?
Tax rate code.
getter/setter pair
rateId int?
Tax rate ID.
getter/setter pair
ratePercent int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingTaxTotal String?
Shipping tax total.
getter/setter pair
taxTotal String?
Tax total (not including shipping taxes).
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) ShopOrderTaxLinesInner?
Returns a new ShopOrderTaxLinesInner instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<ShopOrderTaxLinesInner>
mapFromJson(dynamic json) Map<String, ShopOrderTaxLinesInner>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<ShopOrderTaxLinesInner>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.