Class: Perka::Model::CouponVisibility

Inherits:
BaseEntityGlobal
  • Object
show all
Defined in:
lib/perka/model/coupon_visibility.rb

Constant Summary collapse

PROPERTY_NAMES =
[
  :merchant_location,
  :coupon,
  :coupon_target,
  :coupon_target_type
]
TYPE_MAP =
{
  :merchant_location => Perka::Model::MerchantLocation,
  :coupon_target => Perka::Model::CouponTarget,
  :coupon => Perka::Model::Coupon
}