Class: OpenBankingIO::Balance

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

Overview

A balance snapshot. type is the ISO 20022 code (ITBD booked, ITAV available, …).

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



10
11
12
# File 'lib/open_banking_io/models.rb', line 10

def amount
  @amount
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



10
11
12
# File 'lib/open_banking_io/models.rb', line 10

def currency
  @currency
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/open_banking_io/models.rb', line 10

def name
  @name
end

#reference_dateObject

Returns the value of attribute reference_date

Returns:

  • (Object)

    the current value of reference_date



10
11
12
# File 'lib/open_banking_io/models.rb', line 10

def reference_date
  @reference_date
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/open_banking_io/models.rb', line 10

def type
  @type
end