Class: PayuAPI::RefundResponse

Inherits:
Response
  • Object
show all
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

#refundObject



3
4
5
# File 'lib/payu_api/responses/refund_response.rb', line 3

def refund
  body[:refund]
end