Class: ApiBanking::InstantMoneyTransferService::DeleteBeneficiary::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::DeleteBeneficiary::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.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
23 24 25 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 23 def appID @appID end |
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo
23 24 25 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 23 def beneficiaryMobileNo @beneficiaryMobileNo end |
#customerID ⇒ Object
Returns the value of attribute customerID
23 24 25 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 23 def customerID @customerID end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
23 24 25 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 23 def uniqueRequestNo @uniqueRequestNo end |