Class: QPay::PaymentCancelRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::PaymentCancelRequest
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#callback_url ⇒ Object
Returns the value of attribute callback_url.
-
#note ⇒ Object
Returns the value of attribute note.
Instance Attribute Details
#callback_url ⇒ Object
Returns the value of attribute callback_url
172 173 174 |
# File 'lib/qpay/models.rb', line 172 def callback_url @callback_url end |
#note ⇒ Object
Returns the value of attribute note
172 173 174 |
# File 'lib/qpay/models.rb', line 172 def note @note end |