Class: Iyzi::PkiBuilders::CardStorage
- Inherits:
-
Iyzi::PkiBuilder
- Object
- Iyzi::PkiBuilder
- Iyzi::PkiBuilders::CardStorage
- Defined in:
- lib/iyzi/pki_builders/card_storage.rb
Constant Summary collapse
- ATTRIBUTES_ORDER =
%w{ locale conversationId externalId email cardUserKey cardToken card }.freeze
- TYPE_CAST =
{ card: 'add_store_card' }.freeze
Constants inherited from Iyzi::PkiBuilder
Iyzi::PkiBuilder::DEFAULT_ADD_METHOD
Instance Attribute Summary
Attributes inherited from Iyzi::PkiBuilder
Instance Method Summary collapse
-
#initialize(values = {}) ⇒ CardStorage
constructor
A new instance of CardStorage.
Methods inherited from Iyzi::PkiBuilder
#add, #add_address, #add_array, #add_basket_items, #add_buyer, #add_date, #add_payment_card, #add_price, #add_store_card, #convert_str, #ordered_params, #parse_date, #prepare_request_string, #request_string
Constructor Details
#initialize(values = {}) ⇒ CardStorage
Returns a new instance of CardStorage.
18 19 20 |
# File 'lib/iyzi/pki_builders/card_storage.rb', line 18 def initialize(values = {}) super(values, ATTRIBUTES_ORDER, TYPE_CAST) end |