Class: ApiBanking::SinglePayment::Remitter
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SinglePayment::Remitter
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#accountIFSC ⇒ Object
Returns the value of attribute accountIFSC.
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountNo ⇒ Object
Returns the value of attribute accountNo.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
Instance Attribute Details
#accountIFSC ⇒ Object
Returns the value of attribute accountIFSC
9 10 11 |
# File 'lib/api_banking/json/singlePayment.rb', line 9 def accountIFSC @accountIFSC end |
#accountName ⇒ Object
Returns the value of attribute accountName
9 10 11 |
# File 'lib/api_banking/json/singlePayment.rb', line 9 def accountName @accountName end |
#accountNo ⇒ Object
Returns the value of attribute accountNo
9 10 11 |
# File 'lib/api_banking/json/singlePayment.rb', line 9 def accountNo @accountNo end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
9 10 11 |
# File 'lib/api_banking/json/singlePayment.rb', line 9 def mobileNo @mobileNo end |