An enumerated type for the values that represent the alternative methods for a full refund when an item is returned.
Code so that your app gracefully handles any future changes to this list.
Type that uses ReturnMethodEnum
Calls that use ReturnMethodEnum
Enumerations
REPLACEMENT
Indicates that the buyer has the option of receiving money back for the returned item, or they can choose to have the seller replace the item with an identical item.
EXCHANGE
Indicates that the buyer has the option of receiving money back for the returned item, or they can exchange the item for another similar item.