Class: ApiBanking::FundsTransferByCustomerService::GetStatus::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService::GetStatus::Request
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#requestReferenceNo ⇒ Object
Returns the value of attribute requestReferenceNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
20 21 22 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 20 def appID @appID end |
#customerID ⇒ Object
Returns the value of attribute customerID
20 21 22 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 20 def customerID @customerID end |
#requestReferenceNo ⇒ Object
Returns the value of attribute requestReferenceNo
20 21 22 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 20 def requestReferenceNo @requestReferenceNo end |
#version ⇒ Object
Returns the value of attribute version
20 21 22 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService.rb', line 20 def version @version end |