AddToCartRequest constructor

AddToCartRequest({
  1. String? category,
  2. List<RelatedParty>? relatedParty,
  3. List<AdhocTax>? adhocTax,
  4. List<SelectedCartoffers>? selectedCartoffers,
  5. ContextParameters? contextParameters,
  6. String? billingOrShippingAddressId,
  7. String? taxClassificationKey,
  8. String? taxClassificationName,
})

Implementation

AddToCartRequest(
    {this.category,
    this.relatedParty,
    this.adhocTax,
    this.selectedCartoffers,
    this.contextParameters,
    this.billingOrShippingAddressId,
    this.taxClassificationKey,
    this.taxClassificationName});