returnMethods property

List<String>? returnMethods
getter/setter pair

The return methods of how customers can return an item.

This value is required to not be empty unless the type of return policy is noReturns.

Implementation

core.List<core.String>? returnMethods;