Class: ActiveMerchant::Billing::MollieIdealCheckResponse
- Inherits:
-
Response
- Object
- Response
- ActiveMerchant::Billing::MollieIdealCheckResponse
- Defined in:
- lib/active_merchant/billing/mollie_ideal_check_response.rb
Instance Method Summary collapse
Instance Method Details
#consumer_account ⇒ Object
5 6 7 |
# File 'lib/active_merchant/billing/mollie_ideal_check_response.rb', line 5 def consumer_account @params['consumer_account'] end |
#consumer_city ⇒ Object
9 10 11 |
# File 'lib/active_merchant/billing/mollie_ideal_check_response.rb', line 9 def consumer_city @params['consumer_city'] end |
#consumer_name ⇒ Object
13 14 15 |
# File 'lib/active_merchant/billing/mollie_ideal_check_response.rb', line 13 def consumer_name @params['consumer_name'] end |