Class: Perka::Model::RedemptionRewardConfirmation

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

Overview

Represents the redemption of a completed punchcard.

Constant Summary collapse

PROPERTY_NAMES =
[

  # The <entityReference payloadName='reward'> Reward</entityReference> that 
  # represents a specific instance of a completed punchcard.
  :reward
]
TYPE_MAP =
{
  :reward => Perka::Model::Reward
}