Class: GenesisRuby::Api::Requests::NonFinancial::Sca::Checker
- Inherits:
-
Base::Versioned
- Object
- GenesisRuby::Api::Request
- Base::Versioned
- GenesisRuby::Api::Requests::NonFinancial::Sca::Checker
- Defined in:
- lib/genesis_ruby/api/requests/non_financial/sca/checker.rb
Overview
SCA Checker call is used for the determination whether SCA is required
Constant Summary
Constants inherited from GenesisRuby::Api::Request
GenesisRuby::Api::Request::AUTH_TYPE_BASIC, GenesisRuby::Api::Request::AUTH_TYPE_TOKEN, GenesisRuby::Api::Request::METHOD_GET, GenesisRuby::Api::Request::METHOD_PATCH, GenesisRuby::Api::Request::METHOD_POST, GenesisRuby::Api::Request::METHOD_PUT, GenesisRuby::Api::Request::PORT_HTTPS, GenesisRuby::Api::Request::PROTOCOL_HTTPS
Instance Attribute Summary collapse
-
#card_number ⇒ Object
Returns the value of attribute card_number.
-
#mit ⇒ Object
Returns the value of attribute mit.
-
#recurring_type ⇒ Object
Returns the value of attribute recurring_type.
-
#transaction_amount ⇒ Object
Returns the value of attribute transaction_amount.
-
#transaction_currency ⇒ Object
Returns the value of attribute transaction_currency.
-
#transaction_exemption ⇒ Object
Returns the value of attribute transaction_exemption.
Attributes included from Mixins::Requests::Financial::MotoAttributes
Attributes inherited from Base::Versioned
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#initialize(configuration, _builder_interface = nil) ⇒ Checker
constructor
SCA Checker constructor.
Methods inherited from GenesisRuby::Api::Request
Constructor Details
#initialize(configuration, _builder_interface = nil) ⇒ Checker
SCA Checker constructor
19 20 21 22 23 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 19 def initialize(configuration, _builder_interface = nil) super configuration self.request_path = "sca/checker/#{configuration.token}" end |
Instance Attribute Details
#card_number ⇒ Object
Returns the value of attribute card_number.
15 16 17 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 15 def card_number @card_number end |
#mit ⇒ Object
Returns the value of attribute mit.
15 16 17 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 15 def mit @mit end |
#recurring_type ⇒ Object
Returns the value of attribute recurring_type.
16 17 18 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 16 def recurring_type @recurring_type end |
#transaction_amount ⇒ Object
Returns the value of attribute transaction_amount.
16 17 18 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 16 def transaction_amount @transaction_amount end |
#transaction_currency ⇒ Object
Returns the value of attribute transaction_currency.
16 17 18 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 16 def transaction_currency @transaction_currency end |
#transaction_exemption ⇒ Object
Returns the value of attribute transaction_exemption.
16 17 18 |
# File 'lib/genesis_ruby/api/requests/non_financial/sca/checker.rb', line 16 def transaction_exemption @transaction_exemption end |