Class: ApiBanking::PrepaidCardManagementService::LoadCard::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardManagementService::LoadCard::Request
- Defined in:
- lib/api_banking/soap/prepaidCardManagementService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#debitAccountNo ⇒ Object
Returns the value of attribute debitAccountNo.
-
#loadAmount ⇒ Object
Returns the value of attribute loadAmount.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
-
#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/prepaidCardManagementService.rb', line 18 def appID @appID end |
#customerID ⇒ Object
Returns the value of attribute customerID
18 19 20 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 18 def customerID @customerID end |
#debitAccountNo ⇒ Object
Returns the value of attribute debitAccountNo
18 19 20 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 18 def debitAccountNo @debitAccountNo end |
#loadAmount ⇒ Object
Returns the value of attribute loadAmount
18 19 20 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 18 def loadAmount @loadAmount end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
18 19 20 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 18 def mobileNo @mobileNo end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
18 19 20 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 18 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
18 19 20 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 18 def version @version end |