Class: ApiBanking::InstantMoneyTransferService::InitiateTransfer::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::InitiateTransfer::Request
- Defined in:
- lib/api_banking/soap/instantMoneyTransferService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#passCode ⇒ Object
Returns the value of attribute passCode.
-
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def appID @appID end |
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def beneficiaryMobileNo @beneficiaryMobileNo end |
#customerID ⇒ Object
Returns the value of attribute customerID
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def customerID @customerID end |
#passCode ⇒ Object
Returns the value of attribute passCode
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def passCode @passCode end |
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def remitterToBeneficiaryInfo @remitterToBeneficiaryInfo end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def transferAmount @transferAmount end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
40 41 42 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 40 def uniqueRequestNo @uniqueRequestNo end |