RefundScope
The scope of a refund - can be applied to a nautical order, order, or order line.
union RefundScope = NauticalOrder | Order | OrderLine
Possible types
RefundScope.NauticalOrder object
Represents a nautical (marketplace) order.
RefundScope.Order object
Represents a seller order.
RefundScope.OrderLine object
Represents order line of particular order.
Member Of
RefundLine object