Module: GenesisRuby::Api::Mixins::Requests::Financial::ScaAttributes
- Included in:
- Requests::Financial::Cards::Authorize, Requests::Financial::Cards::Authorize3d, Requests::Financial::Cards::Sale, Requests::Financial::Cards::Sale3d
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/sca_attributes.rb
Overview
SCA Attributes mixin
Instance Attribute Summary collapse
-
#sca_exemption ⇒ Object
Returns the value of attribute sca_exemption.
-
#sca_visa_merchant_id ⇒ Object
Returns the value of attribute sca_visa_merchant_id.
Instance Attribute Details
#sca_exemption ⇒ Object
Returns the value of attribute sca_exemption.
13 14 15 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/sca_attributes.rb', line 13 def sca_exemption @sca_exemption end |
#sca_visa_merchant_id ⇒ Object
Returns the value of attribute sca_visa_merchant_id.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/sca_attributes.rb', line 14 def sca_visa_merchant_id @sca_visa_merchant_id end |