Class: ApiBanking::FundsTransferByCustomerService2::Transfer::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::Transfer::Result
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.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
16 17 18 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 16 def attemptNo @attemptNo end |
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert
16 17 18 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 16 def lowBalanceAlert @lowBalanceAlert end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus
16 17 18 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 16 def transactionStatus @transactionStatus end |
#transferType ⇒ Object
Returns the value of attribute transferType
16 17 18 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 16 def transferType @transferType end |
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo
16 17 18 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 16 def uniqueResponseNo @uniqueResponseNo end |
#version ⇒ Object
Returns the value of attribute version
16 17 18 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 16 def version @version end |