Class: ApiBanking::FundsTransferByCustomerService2::GetStatus::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::GetStatus::Result
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.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
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def reqTransferType @reqTransferType end |
#transactionDate ⇒ Object
Returns the value of attribute transactionDate
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def transactionDate @transactionDate end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def transactionStatus @transactionStatus end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def transferAmount @transferAmount end |
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def transferCurrencyCode @transferCurrencyCode end |
#transferType ⇒ Object
Returns the value of attribute transferType
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def transferType @transferType end |
#version ⇒ Object
Returns the value of attribute version
23 24 25 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 23 def version @version end |