Enum Constant and Description |
---|
ADD_DELIVERY
SetAPI Добавление доставки
|
CHANGE_PAYMENT_TYPE
SetAPI Смена типа оплаты
|
CHANGE_PRICE
SetAPI Изменение цены
|
GIFT_CARD_MANUAL_INPUT
SetAPI Ручной ввод номеров подарочных карт
|
PRINT_DOCUMENT
SetAPI Печать документа
|
PROCESS_JURISTIC_PERSON
SetAPI Работа с юридическими лицами
|
REFUND_ARBITRARY
SetAPI Возврат без чека
|
REFUND_OFFLINE_BANK_CARD
SetAPI Способ возврата - платёжная карта оффлайн
|
REFUND_OLD_RECEIPT
SetAPI Возврат по старому чеку
|
REFUND_RECEIPT
SetAPI Возврат по чеку
|
REFUND_RECEIPT_DAY_TO_DAY
SetAPI Возврат день в день
|
SALARY_PAYMENT
SetAPI Выдача зарплаты на кассе
|
Modifier and Type | Method and Description |
---|---|
static UserRight |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserRight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserRight REFUND_RECEIPT
public static final UserRight REFUND_RECEIPT_DAY_TO_DAY
public static final UserRight REFUND_ARBITRARY
public static final UserRight REFUND_OLD_RECEIPT
public static final UserRight CHANGE_PAYMENT_TYPE
public static final UserRight CHANGE_PRICE
public static final UserRight REFUND_OFFLINE_BANK_CARD
public static final UserRight PRINT_DOCUMENT
public static final UserRight PROCESS_JURISTIC_PERSON
public static final UserRight ADD_DELIVERY
public static final UserRight GIFT_CARD_MANUAL_INPUT
public static final UserRight SALARY_PAYMENT
public static UserRight[] values()
for (UserRight c : UserRight.values()) System.out.println(c);
public static UserRight valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null