AddToCartSellInRequest constructor

AddToCartSellInRequest({
  1. String? category,
  2. String? taxClassificationKey,
  3. String? taxClassificationName,
  4. String? billingOrShippingAddressId,
  5. List<Payment>? payment,
  6. List<RelatedParty>? relatedParty,
  7. List<AdhocTax>? adhocTax,
  8. List<SelectedCartoffers>? selectedCartoffers,
  9. ContextParameters? contextParameters,
  10. List<ShippingMethod>? shippingMethod,
})

Implementation

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