Class: OpenBankingIO::Account

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

Overview

A bank account with its sensitive fields decrypted.

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameObject

Returns the value of attribute account_name

Returns:

  • (Object)

    the current value of account_name



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def 
  @account_name
end

#account_typeObject

Returns the value of attribute account_type

Returns:

  • (Object)

    the current value of account_type



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def 
  @account_type
end

#aspsp_countryObject

Returns the value of attribute aspsp_country

Returns:

  • (Object)

    the current value of aspsp_country



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def aspsp_country
  @aspsp_country
end

#aspsp_nameObject

Returns the value of attribute aspsp_name

Returns:

  • (Object)

    the current value of aspsp_name



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def aspsp_name
  @aspsp_name
end

#balancesObject

Returns the value of attribute balances

Returns:

  • (Object)

    the current value of balances



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def balances
  @balances
end

#bbanObject

Returns the value of attribute bban

Returns:

  • (Object)

    the current value of bban



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def bban
  @bban
end

#bicObject

Returns the value of attribute bic

Returns:

  • (Object)

    the current value of bic



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def bic
  @bic
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def currency
  @currency
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def display_name
  @display_name
end

#ibanObject

Returns the value of attribute iban

Returns:

  • (Object)

    the current value of iban



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def iban
  @iban
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def id
  @id
end

#needs_reconnectObject

Returns the value of attribute needs_reconnect

Returns:

  • (Object)

    the current value of needs_reconnect



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def needs_reconnect
  @needs_reconnect
end

#owner_nameObject

Returns the value of attribute owner_name

Returns:

  • (Object)

    the current value of owner_name



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def owner_name
  @owner_name
end

#productObject

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



20
21
22
# File 'lib/open_banking_io/models.rb', line 20

def product
  @product
end