Class: ActiveMerchant::Billing::MollieIdealFetchResponse
- Inherits:
-
Response
- Object
- Response
- ActiveMerchant::Billing::MollieIdealFetchResponse
- Defined in:
- lib/active_merchant/billing/mollie_ideal_fetch_response.rb
Instance Method Summary collapse
Instance Method Details
#amount ⇒ Object
13 14 15 |
# File 'lib/active_merchant/billing/mollie_ideal_fetch_response.rb', line 13 def amount @params['amount'] end |
#token ⇒ Object
5 6 7 |
# File 'lib/active_merchant/billing/mollie_ideal_fetch_response.rb', line 5 def token @params['transaction_id'] end |
#url ⇒ Object
9 10 11 |
# File 'lib/active_merchant/billing/mollie_ideal_fetch_response.rb', line 9 def url @params['url'] end |