CheckoutSortField Enum
No description
enum CheckoutSortField {
CREATION_DATE
CUSTOMER
PAYMENT
RANK
}
Values​
CheckoutSortField.CREATION_DATE​
Sort checkouts by creation date.
CheckoutSortField.CUSTOMER​
Sort checkouts by customer.
CheckoutSortField.PAYMENT​
Sort checkouts by payment.
CheckoutSortField.RANK​
Sort checkouts by rank. Note: This option is available only with the search filter.
Member Of​
CheckoutSortingInput input