Class: Perka::Model::RedemptionCouponConfirmation

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

Overview

Represents the redemption of a <entityReference payloadName=‘coupon’> Coupon</entityReference>.

Constant Summary collapse

PROPERTY_NAMES =
[

  # The coupon that is being redeemed during the associated <entityReference 
  # payloadName='visit'> Visit</entityReference>.
  :coupon
]
TYPE_MAP =
{
  :coupon => Perka::Model::Coupon
}