Class: Figo::Bank
Overview
Object representing a bank, i.e. an connection to a bank
Instance Attribute Summary collapse
-
#bank_id ⇒ String
Internal figo Connect bank ID.
-
#save_pin ⇒ Boolean
This flag indicates whether the user has chosen to save the PIN on the figo Connect server.
-
#sepa_creditor_id ⇒ String
SEPA direct debit creditor ID.
Method Summary
Methods inherited from Base
#dump, dump_attributes, #initialize
Constructor Details
This class inherits a constructor from Figo::Base
Instance Attribute Details
#bank_id ⇒ String
Internal figo Connect bank ID
276 277 278 |
# File 'lib/models.rb', line 276 def bank_id @bank_id end |
#save_pin ⇒ Boolean
This flag indicates whether the user has chosen to save the PIN on the figo Connect server
284 285 286 |
# File 'lib/models.rb', line 284 def save_pin @save_pin end |
#sepa_creditor_id ⇒ String
SEPA direct debit creditor ID
280 281 282 |
# File 'lib/models.rb', line 280 def sepa_creditor_id @sepa_creditor_id end |