ReturnPolicyOnlineReturnShippingFee constructor

ReturnPolicyOnlineReturnShippingFee({
  1. PriceAmount? fixedFee,
  2. String? type,
})

Implementation

ReturnPolicyOnlineReturnShippingFee({
  this.fixedFee,
  this.type,
});