public enum PositionDataKey extends java.lang.Enum<PositionDataKey>
Position.data)
Данные определенными этим ключам касса выполняет фиксированные действия
Если используется произвольный ключ, то значение просто сохраняется в плагиных свойствах позиции| Enum Constant and Description |
|---|
CALCULATION_METHOD
Признак способа расчета
|
FFD_TAG_1230
Код страны происхождения товара
Касса сохранит значение в плагинное свойство позиции с ключом "ffdTag1230"
|
FFD_TAG_1231
Номер декларации на товар
Касса сохранит значение в плагинное свойство позиции с ключом "ffdTag1231"
|
FFD_TAG_2108
Мера количества предмета расчета.
|
REFUND_REASON
Причина возврата.
|
| Modifier and Type | Method and Description |
|---|---|
static PositionDataKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PositionDataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PositionDataKey REFUND_REASON
public static final PositionDataKey FFD_TAG_1230
public static final PositionDataKey FFD_TAG_1231
public static final PositionDataKey FFD_TAG_2108
public static final PositionDataKey CALCULATION_METHOD
public static PositionDataKey[] values()
for (PositionDataKey c : PositionDataKey.values()) System.out.println(c);
public static PositionDataKey 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