Class: Perka::Model::MerchantDevice

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

Overview

Represents a device running the Merchant Validator app.

Constant Summary collapse

PROPERTY_NAMES =
[
  :merchant_location,
  :serial_number,
  :make,
  :os_version,
  :platform,
  :model,
  :identifier
]
TYPE_MAP =
{
  :merchant_location => Perka::Model::MerchantLocation
}