OrderPricingOptions constructor

OrderPricingOptions({
  1. bool? autoApplyDiscounts,
  2. bool? autoApplyTaxes,
})

Implementation

OrderPricingOptions({this.autoApplyDiscounts, this.autoApplyTaxes});