Class: EML::UK::Payload::Card::Unlock

Inherits:
EML::UK::Payload show all
Defined in:
lib/eml/uk/payload/card/unlock.rb

Constant Summary collapse

REQUIRED_CONFIG =
T.let(%i[merchant_group].freeze, T::Array[Symbol])
REQUIRED_VALUES =
T.let(%i[note].freeze, T::Array[Symbol])

Constants inherited from Payload

Payload::ENDPOINT_CLASS_TYPE

Method Summary

Methods inherited from EML::UK::Payload

convert, #initialize

Methods inherited from Payload

convert, #initialize, #to_h

Constructor Details

This class inherits a constructor from EML::UK::Payload