CartData class

Annotations
  • @JsonSerializable()

Constructors

CartData({String? totalDiscount, double? totalDiscountPercentage, double? totalSellingPrice, double? totalNetPrice, double? totalPriceWithoutWHT, String? totalPriceWithoutTax, double? totalWHT, double? overallTax, double? overallSaleTax, double? overallTaxPercentage, double? overallSaleTaxPercentage, double? totalPriceWithoutTaxAndDiscount, double? totalPriceWithOutTaxAndWithDiscount, double? totalRetailPrice, double? grandTotal, GrandTotalInLocalCurrency? grandTotalInLocalCurrency, String? cartId, ContextParameters? contextParameters, List<SelectedCartoffers>? selectedCartoffers, List<Products>? products, CreditLimitDetails? creditLimitDetails, String? rechargeInfo, String? evcInfo, List<Taxes>? taxes, List<SaleTaxes>? saleTaxes, String? resellerDiscount, String? billingOrShippingAddressId, String? category, List<RelatedParty>? relatedParty, List<Payment>? payment, String? aggregatedDiscountsList, List<AdhocTax>? adhocTax, List<CartDiscountsList>? cartDiscountsList, String? adhocDiscountsList, String? cartOverviewList, double? withHeldTaxPercentage, String? cartDiscountId, double? cartDiscountValue, String? paymentCollect, String? currency, bool? paymentCollected, double? netPriceWithOutTaxAndDiscountWithOutTax, String? invoiceAttachmentNumber, ValidationDetails? validationDetails, String? parentOrderId, String? externalParentTransactionId, String? taxClassificationKey, String? taxClassificationName})
CartData.fromJson(Map<String, dynamic> json)
factory

Properties

adhocDiscountsList String?
getter/setter pair
adhocTax List<AdhocTax>?
getter/setter pair
aggregatedDiscountsList String?
getter/setter pair
billingOrShippingAddressId String?
getter/setter pair
cartDiscountId String?
getter/setter pair
cartDiscountsList List<CartDiscountsList>?
getter/setter pair
cartDiscountValue double?
getter/setter pair
cartId String?
getter/setter pair
cartOverviewList String?
getter/setter pair
category String?
getter/setter pair
contextParameters ContextParameters?
getter/setter pair
creditLimitDetails CreditLimitDetails?
getter/setter pair
currency String?
getter/setter pair
evcInfo String?
getter/setter pair
externalParentTransactionId String?
getter/setter pair
grandTotal double?
getter/setter pair
grandTotalInLocalCurrency GrandTotalInLocalCurrency?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceAttachmentNumber String?
getter/setter pair
netPriceWithOutTaxAndDiscountWithOutTax double?
getter/setter pair
overallSaleTax double?
getter/setter pair
overallSaleTaxPercentage double?
getter/setter pair
overallTax double?
getter/setter pair
overallTaxPercentage double?
getter/setter pair
parentOrderId String?
getter/setter pair
payment List<Payment>?
getter/setter pair
paymentCollect String?
getter/setter pair
paymentCollected bool?
getter/setter pair
products List<Products>?
getter/setter pair
rechargeInfo String?
getter/setter pair
relatedParty List<RelatedParty>?
getter/setter pair
resellerDiscount String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleTaxes List<SaleTaxes>?
getter/setter pair
selectedCartoffers List<SelectedCartoffers>?
getter/setter pair
taxClassificationKey String?
getter/setter pair
taxClassificationName String?
getter/setter pair
taxes List<Taxes>?
getter/setter pair
totalDiscount String?
getter/setter pair
totalDiscountPercentage double?
getter/setter pair
totalNetPrice double?
getter/setter pair
totalPriceWithoutTax String?
getter/setter pair
totalPriceWithoutTaxAndDiscount double?
getter/setter pair
totalPriceWithOutTaxAndWithDiscount double?
getter/setter pair
totalPriceWithoutWHT double?
getter/setter pair
totalRetailPrice double?
getter/setter pair
totalSellingPrice double?
getter/setter pair
totalWHT double?
getter/setter pair
validationDetails ValidationDetails?
getter/setter pair
withHeldTaxPercentage double?
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