Class: ApiBanking::PrepaidCardService::GetBeneficiaries::Beneficiary
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::GetBeneficiaries::Beneficiary
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#beneficiaryAccountNo ⇒ Object
Returns the value of attribute beneficiaryAccountNo.
-
#beneficiaryIFSC ⇒ Object
Returns the value of attribute beneficiaryIFSC.
-
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName.
Instance Attribute Details
#beneficiaryAccountNo ⇒ Object
Returns the value of attribute beneficiaryAccountNo
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 27 def beneficiaryAccountNo @beneficiaryAccountNo end |
#beneficiaryIFSC ⇒ Object
Returns the value of attribute beneficiaryIFSC
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 27 def beneficiaryIFSC @beneficiaryIFSC end |
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName
27 28 29 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 27 def beneficiaryName @beneficiaryName end |