ReturnPolicyOnlineRestockingFee constructor
ReturnPolicyOnlineRestockingFee({
- PriceAmount? fixedFee,
- int? microPercent,
Implementation
ReturnPolicyOnlineRestockingFee({
this.fixedFee,
this.microPercent,
});