Class: ApiBanking::SinglePayment::Beneficiary
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SinglePayment::Beneficiary
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#accountIFSC ⇒ Object
Returns the value of attribute accountIFSC.
-
#accountNo ⇒ Object
Returns the value of attribute accountNo.
-
#address ⇒ Object
Returns the value of attribute address.
-
#bankCode ⇒ Object
Returns the value of attribute bankCode.
-
#bankName ⇒ Object
Returns the value of attribute bankName.
-
#branchCode ⇒ Object
Returns the value of attribute branchCode.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#mmid ⇒ Object
Returns the value of attribute mmid.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#partTranRemarks ⇒ Object
Returns the value of attribute partTranRemarks.
-
#tranParticulars ⇒ Object
Returns the value of attribute tranParticulars.
Instance Attribute Details
#accountIFSC ⇒ Object
Returns the value of attribute accountIFSC
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def accountIFSC @accountIFSC end |
#accountNo ⇒ Object
Returns the value of attribute accountNo
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def accountNo @accountNo end |
#address ⇒ Object
Returns the value of attribute address
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def address @address end |
#bankCode ⇒ Object
Returns the value of attribute bankCode
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def bankCode @bankCode end |
#bankName ⇒ Object
Returns the value of attribute bankName
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def bankName @bankName end |
#branchCode ⇒ Object
Returns the value of attribute branchCode
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def branchCode @branchCode end |
#email ⇒ Object
Returns the value of attribute email
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def email @email end |
#fullName ⇒ Object
Returns the value of attribute fullName
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def fullName @fullName end |
#mmid ⇒ Object
Returns the value of attribute mmid
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def mmid @mmid end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def mobileNo @mobileNo end |
#partTranRemarks ⇒ Object
Returns the value of attribute partTranRemarks
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def partTranRemarks @partTranRemarks end |
#tranParticulars ⇒ Object
Returns the value of attribute tranParticulars
10 11 12 |
# File 'lib/api_banking/json/singlePayment.rb', line 10 def tranParticulars @tranParticulars end |