Class: ApiBanking::DomesticRemittanceByPartnerService::GetTransactions::Transaction
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::GetTransactions::Transaction
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#narrative ⇒ Object
Returns the value of attribute narrative.
-
#referenceNo ⇒ Object
Returns the value of attribute referenceNo.
-
#transactionDateTime ⇒ Object
Returns the value of attribute transactionDateTime.
-
#transactionType ⇒ Object
Returns the value of attribute transactionType.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
46 47 48 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 46 def amount @amount end |
#balance ⇒ Object
Returns the value of attribute balance
46 47 48 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 46 def balance @balance end |
#narrative ⇒ Object
Returns the value of attribute narrative
46 47 48 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 46 def narrative @narrative end |
#referenceNo ⇒ Object
Returns the value of attribute referenceNo
46 47 48 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 46 def referenceNo @referenceNo end |
#transactionDateTime ⇒ Object
Returns the value of attribute transactionDateTime
46 47 48 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 46 def transactionDateTime @transactionDateTime end |
#transactionType ⇒ Object
Returns the value of attribute transactionType
46 47 48 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 46 def transactionType @transactionType end |