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