ReturnPolicyOnlineReturnShippingFee constructor
ReturnPolicyOnlineReturnShippingFee({
- PriceAmount? fixedFee,
- String? type,
Implementation
ReturnPolicyOnlineReturnShippingFee({
this.fixedFee,
this.type,
});