Class: Perka::Model::MerchantDevice
- Inherits:
-
BaseEntityGlobal
- Object
- Flatpack::Core::BaseHasUuid
- BaseEntityGlobal
- Perka::Model::MerchantDevice
- 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 }