Class: PayuAPI::RefundResponse
- Defined in:
- lib/payu_api/responses/refund_response.rb
Constant Summary
Constants inherited from Response
PayuAPI::Response::SUCCESS_HTTP_STATUSES, PayuAPI::Response::SUCCESS_STATUSES
Instance Method Summary collapse
Methods inherited from Response
#error?, #error_code, #error_message, #success?
Instance Method Details
#refund ⇒ Object
3 4 5 |
# File 'lib/payu_api/responses/refund_response.rb', line 3 def refund body[:refund] end |