Class: ApiBanking::InstantMoneyTransferService::GetBeneficiaries::Beneficiary
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InstantMoneyTransferService::GetBeneficiaries::Beneficiary
- Defined in:
- lib/api_banking/soap/instantMoneyTransferService.rb
Instance Attribute Summary collapse
-
#addressLine ⇒ Object
Returns the value of attribute addressLine.
-
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo.
-
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#registrationDate ⇒ Object
Returns the value of attribute registrationDate.
Instance Attribute Details
#addressLine ⇒ Object
Returns the value of attribute addressLine
32 33 34 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 32 def addressLine @addressLine end |
#beneficiaryMobileNo ⇒ Object
Returns the value of attribute beneficiaryMobileNo
32 33 34 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 32 def beneficiaryMobileNo @beneficiaryMobileNo end |
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName
32 33 34 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 32 def beneficiaryName @beneficiaryName end |
#postalCode ⇒ Object
Returns the value of attribute postalCode
32 33 34 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 32 def postalCode @postalCode end |
#registrationDate ⇒ Object
Returns the value of attribute registrationDate
32 33 34 |
# File 'lib/api_banking/soap/instantMoneyTransferService.rb', line 32 def registrationDate @registrationDate end |