Class: ApiBanking::PrepaidCardService::TopUp::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::TopUp::Request
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#billerID ⇒ Object
Returns the value of attribute billerID.
-
#encryptedPIN ⇒ Object
Returns the value of attribute encryptedPIN.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#subscriberID ⇒ Object
Returns the value of attribute subscriberID.
-
#topupAmount ⇒ Object
Returns the value of attribute topupAmount.
-
#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
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def appID @appID end |
#billerID ⇒ Object
Returns the value of attribute billerID
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def billerID @billerID end |
#encryptedPIN ⇒ Object
Returns the value of attribute encryptedPIN
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def encryptedPIN @encryptedPIN end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def mobileNo @mobileNo end |
#subscriberID ⇒ Object
Returns the value of attribute subscriberID
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def subscriberID @subscriberID end |
#topupAmount ⇒ Object
Returns the value of attribute topupAmount
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def topupAmount @topupAmount end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
64 65 66 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 64 def version @version end |