Class: ApiBanking::FundsTransferByCustomerService::Transfer::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService::Transfer::Result
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService.rb
Instance Attribute Summary collapse
-
#attemptNo ⇒ Object
Returns the value of attribute attemptNo.
-
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert.
-
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#attemptNo ⇒ Object
Returns the value of attribute attemptNo
14 15 16 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 14 def attemptNo @attemptNo end |
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert
14 15 16 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 14 def lowBalanceAlert @lowBalanceAlert end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus
14 15 16 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 14 def transactionStatus @transactionStatus end |
#transferType ⇒ Object
Returns the value of attribute transferType
14 15 16 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 14 def transferType @transferType end |
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo
14 15 16 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 14 def uniqueResponseNo @uniqueResponseNo end |
#version ⇒ Object
Returns the value of attribute version
14 15 16 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 14 def version @version end |