ReturnPolicyOnlineRestockingFee constructor

ReturnPolicyOnlineRestockingFee({
  1. PriceAmount? fixedFee,
  2. int? microPercent,
})

Implementation

ReturnPolicyOnlineRestockingFee({
  this.fixedFee,
  this.microPercent,
});