Class: ApiBanking::SocialBankingService::GetTransactions::Transaction
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SocialBankingService::GetTransactions::Transaction
- Defined in:
- lib/api_banking/soap/socialBankingService.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
-
#narrative ⇒ Object
Returns the value of attribute narrative.
-
#recordDate ⇒ Object
Returns the value of attribute recordDate.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#transactionType ⇒ Object
Returns the value of attribute transactionType.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
17 18 19 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 17 def amount @amount end |
#currencyCode ⇒ Object
Returns the value of attribute currencyCode
17 18 19 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 17 def currencyCode @currencyCode end |
#narrative ⇒ Object
Returns the value of attribute narrative
17 18 19 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 17 def narrative @narrative end |
#recordDate ⇒ Object
Returns the value of attribute recordDate
17 18 19 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 17 def recordDate @recordDate end |
#transactionID ⇒ Object
Returns the value of attribute transactionID
17 18 19 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 17 def transactionID @transactionID end |
#transactionType ⇒ Object
Returns the value of attribute transactionType
17 18 19 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 17 def transactionType @transactionType end |