OrderItem class

Annotations
  • @JsonSerializable.new()

Constructors

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

Properties

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