fixedFee property

PriceAmount? fixedFee
getter/setter pair

Fixed return shipping fee amount.

This value is only applicable when type is FIXED. We will treat the return shipping fee as free if type is FIXED and this value is not set.

Implementation

PriceAmount? fixedFee;