Class: Perka::Model::PointsActivityConfirmation

Inherits:
AbstractRewardConfirmation show all
Defined in:
lib/perka/model/points_activity_confirmation.rb

Overview

Represents activity in a points-based loyalty program.

Constant Summary collapse

PROPERTY_NAMES =
[

  # Catalog items that are being redeemed.
  :points_catalog_items,

  # The total dollar amount spent during the transaction.
  :money_spent
]