Class: FioAPI::Transaction

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

Overview

Transaction class representing the Transaction entity

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FioAPI::Base

Instance Attribute Details

#accountObject

Returns the value of attribute account.



4
5
6
# File 'lib/base/transaction.rb', line 4

def 
  @account
end

#account_nameObject

Returns the value of attribute account_name.



4
5
6
# File 'lib/base/transaction.rb', line 4

def 
  @account_name
end

#action_idObject

Returns the value of attribute action_id.



4
5
6
# File 'lib/base/transaction.rb', line 4

def action_id
  @action_id
end

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/base/transaction.rb', line 4

def amount
  @amount
end

#bank_codeObject

Returns the value of attribute bank_code.



4
5
6
# File 'lib/base/transaction.rb', line 4

def bank_code
  @bank_code
end

#bank_nameObject

Returns the value of attribute bank_name.



4
5
6
# File 'lib/base/transaction.rb', line 4

def bank_name
  @bank_name
end

#bicObject

Returns the value of attribute bic.



4
5
6
# File 'lib/base/transaction.rb', line 4

def bic
  @bic
end

#commentObject

Returns the value of attribute comment.



4
5
6
# File 'lib/base/transaction.rb', line 4

def comment
  @comment
end

#currencyObject

Returns the value of attribute currency.



4
5
6
# File 'lib/base/transaction.rb', line 4

def currency
  @currency
end

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/base/transaction.rb', line 4

def date
  @date
end

#detail_infoObject

Returns the value of attribute detail_info.



4
5
6
# File 'lib/base/transaction.rb', line 4

def detail_info
  @detail_info
end

#ksObject

Returns the value of attribute ks.



4
5
6
# File 'lib/base/transaction.rb', line 4

def ks
  @ks
end

#message_for_recipientObject

Returns the value of attribute message_for_recipient.



4
5
6
# File 'lib/base/transaction.rb', line 4

def message_for_recipient
  @message_for_recipient
end

#senderObject

Returns the value of attribute sender.



4
5
6
# File 'lib/base/transaction.rb', line 4

def sender
  @sender
end

#ssObject

Returns the value of attribute ss.



4
5
6
# File 'lib/base/transaction.rb', line 4

def ss
  @ss
end

#transaction_idObject

Returns the value of attribute transaction_id.



4
5
6
# File 'lib/base/transaction.rb', line 4

def transaction_id
  @transaction_id
end

#transaction_typeObject

Returns the value of attribute transaction_type.



4
5
6
# File 'lib/base/transaction.rb', line 4

def transaction_type
  @transaction_type
end

#user_identificationObject

Returns the value of attribute user_identification.



4
5
6
# File 'lib/base/transaction.rb', line 4

def user_identification
  @user_identification
end

#vsObject

Returns the value of attribute vs.



4
5
6
# File 'lib/base/transaction.rb', line 4

def vs
  @vs
end