Class: Tikkie::Api::V1::Responses::BankAccount

Inherits:
Base
  • Object
show all
Defined in:
lib/tikkie/api/v1/responses/bank_account.rb

Overview

Bank account of a user.

Instance Attribute Summary

Attributes inherited from Base

#data, #response

Instance Method Summary collapse

Methods inherited from Base

#error?, #errors, #initialize, #response_code, #success?, #trace_id

Constructor Details

This class inherits a constructor from Tikkie::Api::V1::Responses::Base

Instance Method Details

#bank_account_labelObject



13
14
15
# File 'lib/tikkie/api/v1/responses/bank_account.rb', line 13

def 
  data[:bankAccountLabel]
end

#bank_account_tokenObject



9
10
11
# File 'lib/tikkie/api/v1/responses/bank_account.rb', line 9

def 
  data[:bankAccountToken]
end

#ibanObject



17
18
19
# File 'lib/tikkie/api/v1/responses/bank_account.rb', line 17

def iban
  data[:iban]
end