AddToCartSellInRequest constructor
AddToCartSellInRequest({
- String? category,
- String? taxClassificationKey,
- String? taxClassificationName,
- String? billingOrShippingAddressId,
- List<
Payment> ? payment, - List<
AdhocTax> ? adhocTax, - List<
SelectedCartoffers> ? selectedCartoffers, - ContextParameters? contextParameters,
- 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,
});