Class: ApiBanking::AccountStatement::Transactions

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/json/accountStatement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount



13
14
15
# File 'lib/api_banking/json/accountStatement.rb', line 13

def amount
  @amount
end

#balanceObject

Returns the value of attribute balance



13
14
15
# File 'lib/api_banking/json/accountStatement.rb', line 13

def balance
  @balance
end

#narrativeObject

Returns the value of attribute narrative



13
14
15
# File 'lib/api_banking/json/accountStatement.rb', line 13

def narrative
  @narrative
end

#referenceNoObject

Returns the value of attribute referenceNo



13
14
15
# File 'lib/api_banking/json/accountStatement.rb', line 13

def referenceNo
  @referenceNo
end

#transactionDateTimeObject

Returns the value of attribute transactionDateTime



13
14
15
# File 'lib/api_banking/json/accountStatement.rb', line 13

def transactionDateTime
  @transactionDateTime
end

#transactionTypeObject

Returns the value of attribute transactionType



13
14
15
# File 'lib/api_banking/json/accountStatement.rb', line 13

def transactionType
  @transactionType
end