Class: Figo::Bank

Inherits:
Base
  • Object
show all
Defined in:
lib/models.rb

Overview

Object representing a bank, i.e. an connection to a bank

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#dump, dump_attributes, #initialize

Constructor Details

This class inherits a constructor from Figo::Base

Instance Attribute Details

#bank_idString

Internal figo Connect bank ID

Returns:

  • (String)


276
277
278
# File 'lib/models.rb', line 276

def bank_id
  @bank_id
end

#save_pinBoolean

This flag indicates whether the user has chosen to save the PIN on the figo Connect server

Returns:

  • (Boolean)


284
285
286
# File 'lib/models.rb', line 284

def save_pin
  @save_pin
end

#sepa_creditor_idString

SEPA direct debit creditor ID

Returns:

  • (String)


280
281
282
# File 'lib/models.rb', line 280

def sepa_creditor_id
  @sepa_creditor_id
end