Class: ApiBanking::FundsTransferByCustomerService::GetStatus::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService::GetStatus::Result
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService.rb
Instance Attribute Summary collapse
-
#reqTransferType ⇒ Object
Returns the value of attribute reqTransferType.
-
#transactionDate ⇒ Object
Returns the value of attribute transactionDate.
-
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#reqTransferType ⇒ Object
Returns the value of attribute reqTransferType
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def reqTransferType @reqTransferType end |
#transactionDate ⇒ Object
Returns the value of attribute transactionDate
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def transactionDate @transactionDate end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def transactionStatus @transactionStatus end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def transferAmount @transferAmount end |
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def transferCurrencyCode @transferCurrencyCode end |
#transferType ⇒ Object
Returns the value of attribute transferType
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def transferType @transferType end |
#version ⇒ Object
Returns the value of attribute version
22 23 24 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 22 def version @version end |