Class: ApiBanking::SinglePayment::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SinglePayment::Result
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#bankReferenceNo ⇒ Object
Returns the value of attribute bankReferenceNo.
-
#statusCode ⇒ Object
Returns the value of attribute statusCode.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
Instance Attribute Details
#bankReferenceNo ⇒ Object
Returns the value of attribute bankReferenceNo
14 15 16 |
# File 'lib/api_banking/json/singlePayment.rb', line 14 def bankReferenceNo @bankReferenceNo end |
#statusCode ⇒ Object
Returns the value of attribute statusCode
14 15 16 |
# File 'lib/api_banking/json/singlePayment.rb', line 14 def statusCode @statusCode end |
#transferType ⇒ Object
Returns the value of attribute transferType
14 15 16 |
# File 'lib/api_banking/json/singlePayment.rb', line 14 def transferType @transferType end |