AddToCartRequest constructor
AddToCartRequest({
- String? category,
- List<
AdhocTax> ? adhocTax, - List<
SelectedCartoffers> ? selectedCartoffers, - ContextParameters? contextParameters,
- String? billingOrShippingAddressId,
- String? taxClassificationKey,
- String? taxClassificationName,
Implementation
AddToCartRequest(
{this.category,
this.relatedParty,
this.adhocTax,
this.selectedCartoffers,
this.contextParameters,
this.billingOrShippingAddressId,
this.taxClassificationKey,
this.taxClassificationName});