OrderItemReturnEnum type

Describes whether the order item is returnable or not.
KnownOrderItemReturnEnum can be used interchangeably with OrderItemReturnEnum, this enum contains the known values that the service supports.

Known values supported by the service

Returnable: Order item can be returned without fee.
ReturnableWithFee: Order item can be returned with fee.
NotReturnable: Order item not returnable.

type OrderItemReturnEnum = string