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