PriceListsOrderByColumns
The valid fields by which price lists can be ordered.
enum PriceListsOrderByColumns {
ID
NAME
CURRENCY
IS_DEFAULT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
PriceListsOrderByColumns.ID
Price list's unique identifier.
PriceListsOrderByColumns.NAME
The price list's name.
PriceListsOrderByColumns.CURRENCY
The price list's currency.
PriceListsOrderByColumns.IS_DEFAULT
Whether this price list is the default.
PriceListsOrderByColumns.CREATED_AT
The date and time when the price list was created.
PriceListsOrderByColumns.UPDATED_AT
The date and time when the price list was last updated.
PriceListsOrderByColumns.DELETED_AT
The date and time when the price list was deleted.