OrderItem class

Constructors

OrderItem({String? id, String? description, String? name, String? materialCode, String? currency, String? label, String? quantity, String? initialQuantity, String? productOrderItemType, String? offerId, String? brand, List? discounts, List? taxes, List? adhocTaxes, dynamic totalDiscountPercentage, int? totalTaxPercentage, int? whtPercentage, PriceInfo? unitPrice, PriceInfo? unitPriceWithoutTax, PriceInfo? unitDiscount, PriceInfo? unitTax, PriceInfo? unitWht, PriceInfo? priceWithoutTax, PriceInfo? priceWithTax, dynamic priceWithoutDiscount, dynamic priceWithDiscount, dynamic priceWithoutTaxAndDiscount, PriceInfo? priceWithoutTaxAndWithDiscount, PriceInfo? totalWht, PriceInfo? totalTax, PriceInfo? totalDiscount, PriceInfo? totalDiscountWithoutTax, PriceInfo? totalPrice, PriceInfo? actualPriceWithTax, PriceInfo? actualPriceWithTaxInLocalCurrency, PriceInfo? actualPriceWithoutTax, PriceInfo? actualPriceWithoutTaxInLocalCurrency, PriceInfo? actualPricePerUnitWithTax, PriceInfo? actualPricePerUnitWithTaxInLocalCurrency, PriceInfo? actualPricePerUnitWithoutTax, PriceInfo? actualPricePerUnitWithoutTaxInLocalCurrency, PriceInfo? markupPrice, PriceInfo? markupDiscountPercentage, PriceInfo? netSalesAfterDiscountPerPiece, PriceInfo? netTaxPerPiece, PriceInfo? netTaxPerOrderLine, PriceInfo? netSalesAfterDiscount, String? pogId, String? pogName, dynamic commissionPercentage, PriceInfo? totalPriceInLocalCurrency, PriceInfo? totalDiscountInLocalCurrency, PriceInfo? totalDiscountPercentageInLocalCurrency, PriceInfo? unitDiscountInLocalCurrency, PriceInfo? unitWhtInLocalCurrency, PriceInfo? commissionAmount, PriceInfo? commissionRate, PriceInfo? commissionAmountInLocalCurrency, PriceInfo? priceWithTaxInLocalCurrency, String? imageUrl, PriceInfo? netExcludedWithHeldTax})
OrderItem.fromJson(Map<String, dynamic> json)

Properties

actualPricePerUnitWithoutTax PriceInfo?
getter/setter pair
actualPricePerUnitWithoutTaxInLocalCurrency PriceInfo?
getter/setter pair
actualPricePerUnitWithTax PriceInfo?
getter/setter pair
actualPricePerUnitWithTaxInLocalCurrency PriceInfo?
getter/setter pair
actualPriceWithoutTax PriceInfo?
getter/setter pair
actualPriceWithoutTaxInLocalCurrency PriceInfo?
getter/setter pair
actualPriceWithTax PriceInfo?
getter/setter pair
actualPriceWithTaxInLocalCurrency PriceInfo?
getter/setter pair
adhocTaxes List?
getter/setter pair
brand String?
getter/setter pair
commissionAmount PriceInfo?
getter/setter pair
commissionAmountInLocalCurrency PriceInfo?
getter/setter pair
commissionPercentage ↔ dynamic
getter/setter pair
commissionRate PriceInfo?
getter/setter pair
currency String?
getter/setter pair
description String?
getter/setter pair
discounts List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
imageUrl String?
getter/setter pair
initialQuantity String?
getter/setter pair
label String?
getter/setter pair
markupDiscountPercentage PriceInfo?
getter/setter pair
markupPrice PriceInfo?
getter/setter pair
materialCode String?
getter/setter pair
name String?
getter/setter pair
netExcludedWithHeldTax PriceInfo?
getter/setter pair
netSalesAfterDiscount PriceInfo?
getter/setter pair
netSalesAfterDiscountPerPiece PriceInfo?
getter/setter pair
netTaxPerOrderLine PriceInfo?
getter/setter pair
netTaxPerPiece PriceInfo?
getter/setter pair
offerId String?
getter/setter pair
pogId String?
getter/setter pair
pogName String?
getter/setter pair
priceWithDiscount ↔ dynamic
getter/setter pair
priceWithoutDiscount ↔ dynamic
getter/setter pair
priceWithoutTax PriceInfo?
getter/setter pair
priceWithoutTaxAndDiscount ↔ dynamic
getter/setter pair
priceWithoutTaxAndWithDiscount PriceInfo?
getter/setter pair
priceWithTax PriceInfo?
getter/setter pair
priceWithTaxInLocalCurrency PriceInfo?
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?
getter/setter pair
totalDiscount PriceInfo?
getter/setter pair
totalDiscountInLocalCurrency PriceInfo?
getter/setter pair
totalDiscountPercentage ↔ dynamic
getter/setter pair
totalDiscountPercentageInLocalCurrency PriceInfo?
getter/setter pair
totalDiscountWithoutTax PriceInfo?
getter/setter pair
totalPrice PriceInfo?
getter/setter pair
totalPriceInLocalCurrency PriceInfo?
getter/setter pair
totalTax PriceInfo?
getter/setter pair
totalTaxPercentage int?
getter/setter pair
totalWht PriceInfo?
getter/setter pair
unitDiscount PriceInfo?
getter/setter pair
unitDiscountInLocalCurrency PriceInfo?
getter/setter pair
unitPrice PriceInfo?
getter/setter pair
unitPriceWithoutTax PriceInfo?
getter/setter pair
unitTax PriceInfo?
getter/setter pair
unitWht PriceInfo?
getter/setter pair
unitWhtInLocalCurrency PriceInfo?
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