ShipmentInvoice class
Constructors
- ShipmentInvoice()
- ShipmentInvoice.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- invoiceSummary ↔ InvoiceSummary
-
required Invoice summary.
read / write
-
lineItemInvoices
↔ List<
ShipmentInvoiceLineItemInvoice> -
required Invoice details per line item.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- shipmentGroupId ↔ String
-
required ID of the shipment group. It is assigned by the merchant in the
shipLineItems
method and is used to group multiple line items that have the same kind of shipping charges.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited