Class: ActiveMerchant::Billing::MollieIdealFetchResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/active_merchant/billing/mollie_ideal_fetch_response.rb

Instance Method Summary collapse

Instance Method Details

#amountObject



13
14
15
# File 'lib/active_merchant/billing/mollie_ideal_fetch_response.rb', line 13

def amount
  @params['amount']
end

#tokenObject



5
6
7
# File 'lib/active_merchant/billing/mollie_ideal_fetch_response.rb', line 5

def token
  @params['transaction_id']
end

#urlObject



9
10
11
# File 'lib/active_merchant/billing/mollie_ideal_fetch_response.rb', line 9

def url
  @params['url']
end