OrderItems class

Annotations
  • @JsonSerializable()

Constructors

OrderItems({String? id, String? description, String? name, String? materialCode, String? currency, String? label, String? quantity, String? initialQuantity, String? productOrderItemType, String? brand, List<Discounts>? discounts, List<Taxes>? taxes, List<AdhocTaxes>? adhocTaxes, String? totalDiscountPercentage, int? totalTaxPercentage, int? whtPercentage, UnitPrice? unitPrice, UnitPrice? unitPriceWithoutTax, UnitPrice? unitDiscount, UnitPrice? unitTax, UnitPrice? unitWht, UnitPrice? priceWithoutTax, UnitPrice? priceWithTax, String? priceWithoutDiscount, String? priceWithDiscount, String? priceWithoutTaxAndDiscount, UnitPrice? priceWithoutTaxAndWithDiscount, UnitPrice? totalWht, UnitPrice? totalTax, UnitPrice? totalDiscount, UnitPrice? totalDiscountWithoutTax, UnitPrice? totalPrice, UnitPrice? actualPriceWithTax, UnitPrice? actualPriceWithoutTax, UnitPrice? actualPricePerUnitWithTax, UnitPrice? actualPricePerUnitWithoutTax, UnitPrice? markupPrice, UnitPrice? markupDiscountPercentage, UnitPrice? netSalesAfterDiscountPerPiece, UnitPrice? netTaxPerPiece, UnitPrice? netTaxPerOrderLine, UnitPrice? netSalesAfterDiscount, UnitPrice? netExcludedWithHeldTax})
OrderItems.fromJson(Map<String, dynamic> json)

Properties

actualPricePerUnitWithoutTax UnitPrice?
getter/setter pair
actualPricePerUnitWithTax UnitPrice?
getter/setter pair
actualPriceWithoutTax UnitPrice?
getter/setter pair
actualPriceWithTax UnitPrice?
getter/setter pair
adhocTaxes List<AdhocTaxes>?
getter/setter pair
brand String?
getter/setter pair
currency String?
getter/setter pair
description String?
getter/setter pair
discounts List<Discounts>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
initialQuantity String?
getter/setter pair
label String?
getter/setter pair
markupDiscountPercentage UnitPrice?
getter/setter pair
markupPrice UnitPrice?
getter/setter pair
materialCode String?
getter/setter pair
name String?
getter/setter pair
netExcludedWithHeldTax UnitPrice?
getter/setter pair
netSalesAfterDiscount UnitPrice?
getter/setter pair
netSalesAfterDiscountPerPiece UnitPrice?
getter/setter pair
netTaxPerOrderLine UnitPrice?
getter/setter pair
netTaxPerPiece UnitPrice?
getter/setter pair
priceWithDiscount String?
getter/setter pair
priceWithoutDiscount String?
getter/setter pair
priceWithoutTax UnitPrice?
getter/setter pair
priceWithoutTaxAndDiscount String?
getter/setter pair
priceWithoutTaxAndWithDiscount UnitPrice?
getter/setter pair
priceWithTax UnitPrice?
getter/setter pair
productOrderItemType String?
getter/setter pair
quantity String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxes List<Taxes>?
getter/setter pair
totalDiscount UnitPrice?
getter/setter pair
totalDiscountPercentage String?
getter/setter pair
totalDiscountWithoutTax UnitPrice?
getter/setter pair
totalPrice UnitPrice?
getter/setter pair
totalTax UnitPrice?
getter/setter pair
totalTaxPercentage int?
getter/setter pair
totalWht UnitPrice?
getter/setter pair
unitDiscount UnitPrice?
getter/setter pair
unitPrice UnitPrice?
getter/setter pair
unitPriceWithoutTax UnitPrice?
getter/setter pair
unitTax UnitPrice?
getter/setter pair
unitWht UnitPrice?
getter/setter pair
whtPercentage int?
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