Skip to main content

PriceListsWhereColumns

The valid fields by which price lists can be queried.

enum PriceListsWhereColumns {
ID
NAME
CURRENCY
IS_DEFAULT
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

PriceListsWhereColumns.ID

Price list's unique identifier.

PriceListsWhereColumns.NAME

The price list's name.

PriceListsWhereColumns.CURRENCY

The price list's currency.

PriceListsWhereColumns.IS_DEFAULT

Whether this price list is the default.

PriceListsWhereColumns.CREATED_AT

The date and time when the price list was created.

PriceListsWhereColumns.UPDATED_AT

The date and time when the price list was last updated.

PriceListsWhereColumns.DELETED_AT

The date and time when the price list was deleted.

Member Of

QueryPriceListsWhereWhereConditions input