Class: ApiBanking::InstantMoneyTransferService::AddBeneficiary::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::AddBeneficiary::Request
- Defined in:
- lib/api_banking/soap/instantMoneyTransferService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#beneficiaryAddress ⇒ Object
Returns the value of attribute beneficiaryAddress.
-
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo.
-
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
10 11 12 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 10 def appID @appID end |
#beneficiaryAddress ⇒ Object
Returns the value of attribute beneficiaryAddress
10 11 12 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 10 def beneficiaryAddress @beneficiaryAddress end |
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo
10 11 12 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 10 def beneficiaryMobileNo @beneficiaryMobileNo end |
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName
10 11 12 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 10 def beneficiaryName @beneficiaryName end |
#customerID ⇒ Object
Returns the value of attribute customerID
10 11 12 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 10 def customerID @customerID end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
10 11 12 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 10 def uniqueRequestNo @uniqueRequestNo end |