UnitInvoice class

Constructors

UnitInvoice({List<UnitInvoiceAdditionalCharge>? additionalCharges, Price? unitPrice, List<UnitInvoiceTaxLine>? unitPriceTaxes})
UnitInvoice.fromJson(Map json_)

Properties

additionalCharges List<UnitInvoiceAdditionalCharge>?
Additional charges for a unit, for example, shipping costs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitPrice Price?
Pre-tax or post-tax price of one unit depending on the locality of the order.
getter/setter pair
unitPriceTaxes List<UnitInvoiceTaxLine>?
Tax amounts to apply to the unit price.
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