Class: ApiBanking::PrepaidCardService::PayToAccount::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::PayToAccount::Request
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#beneficiaryAccountNo ⇒ Object
Returns the value of attribute beneficiaryAccountNo.
-
#beneficiaryIFSC ⇒ Object
Returns the value of attribute beneficiaryIFSC.
-
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName.
-
#encryptedPIN ⇒ Object
Returns the value of attribute encryptedPIN.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#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
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def appID @appID end |
#beneficiaryAccountNo ⇒ Object
Returns the value of attribute beneficiaryAccountNo
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def beneficiaryAccountNo @beneficiaryAccountNo end |
#beneficiaryIFSC ⇒ Object
Returns the value of attribute beneficiaryIFSC
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def beneficiaryIFSC @beneficiaryIFSC end |
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def beneficiaryName @beneficiaryName end |
#encryptedPIN ⇒ Object
Returns the value of attribute encryptedPIN
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def encryptedPIN @encryptedPIN end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def mobileNo @mobileNo end |
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def remitterToBeneficiaryInfo @remitterToBeneficiaryInfo end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def transferAmount @transferAmount end |
#transferType ⇒ Object
Returns the value of attribute transferType
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def transferType @transferType end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
50 51 52 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 50 def version @version end |