Module: uDeviceInterface
Список накопленных клиентом баллов.
constructor Create(Params: TParams).
procedure Append(ID: TGUID; Value: Double).
property Count: Integer read GetCount;
property Items[Index: Integer]: TDiscountPointType read Get; default.
constructor Create(Params: TParams);
Параметры
Вызывать конструктор самим обычно нет необходимости.
procedure Append(ID: TGUID; Value: Double);
Идентификатор типа баллов
Количество баллов
Добавляет новый тип баллов в список.
Количество типов баллов.
property Items[Index: Integer]: TDiscountPointType read Get; default;
Список типов баллов.