Class: Perka::Model::TierTraversalConfirmation

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

Overview

Allows a customer to be placed in an arbitrary program tier. This confirmation type may be used to demote a customer to a lower tier if the customer does not meet the visit count requirement for membership in its current tier.

Constant Summary collapse

PROPERTY_NAMES =
[

  # The ProgramTier that the customer associated with the visit should be 
  # moved into.
  :program_tier
]
TYPE_MAP =
{
  :program_tier => Perka::Model::ProgramTier
}