Class: ApiBanking::SinglePayment::ReqBody
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SinglePayment::ReqBody
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#beneficiary ⇒ Object
Returns the value of attribute beneficiary.
-
#modeOfPay ⇒ Object
Returns the value of attribute modeOfPay.
-
#remarks ⇒ Object
Returns the value of attribute remarks.
-
#remitter ⇒ Object
Returns the value of attribute remitter.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def amount @amount end |
#beneficiary ⇒ Object
Returns the value of attribute beneficiary
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def beneficiary @beneficiary end |
#modeOfPay ⇒ Object
Returns the value of attribute modeOfPay
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def modeOfPay @modeOfPay end |
#remarks ⇒ Object
Returns the value of attribute remarks
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def remarks @remarks end |
#remitter ⇒ Object
Returns the value of attribute remitter
11 12 13 |
# File 'lib/api_banking/json/singlePayment.rb', line 11 def remitter @remitter end |