Class: ApiBanking::PrepaidCardService::PayToContact::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::PayToContact::Request
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#contactMobileNo ⇒ Object
Returns the value of attribute contactMobileNo.
-
#contactName ⇒ Object
Returns the value of attribute contactName.
-
#encryptedPIN ⇒ Object
Returns the value of attribute encryptedPIN.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#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
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def appID @appID end |
#contactMobileNo ⇒ Object
Returns the value of attribute contactMobileNo
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def contactMobileNo @contactMobileNo end |
#contactName ⇒ Object
Returns the value of attribute contactName
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def contactName @contactName end |
#encryptedPIN ⇒ Object
Returns the value of attribute encryptedPIN
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def encryptedPIN @encryptedPIN end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def mobileNo @mobileNo end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def transferAmount @transferAmount end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
57 58 59 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 57 def version @version end |