Class: ActiveMerchant::Billing::MollieIdealCheckResponse

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

Instance Method Summary collapse

Instance Method Details

#consumer_accountObject



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

def 
  @params['consumer_account']
end

#consumer_cityObject



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

def consumer_city
  @params['consumer_city']
end

#consumer_nameObject



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

def consumer_name
  @params['consumer_name']
end