ShipmentInvoiceLineItemInvoice class

Constructors

ShipmentInvoiceLineItemInvoice({String? lineItemId, String? productId, List<String>? shipmentUnitIds, UnitInvoice? unitInvoice})
ShipmentInvoiceLineItemInvoice.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lineItemId String?
ID of the line item.
getter/setter pair
productId String?
ID of the product.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipmentUnitIds List<String>?
The shipment unit ID is assigned by the merchant and defines individual quantities within a line item.
getter/setter pair
unitInvoice UnitInvoice?
Invoice details for a single unit.
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