Class: ApiBanking::FundsTransferByCustomerService2::GetStatus::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::GetStatus::Request
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.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
21 22 23 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 21 def appID @appID end |
#customerID ⇒ Object
Returns the value of attribute customerID
21 22 23 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 21 def customerID @customerID end |
#requestReferenceNo ⇒ Object
Returns the value of attribute requestReferenceNo
21 22 23 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 21 def requestReferenceNo @requestReferenceNo end |
#version ⇒ Object
Returns the value of attribute version
21 22 23 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 21 def version @version end |