ssnikolay/moneta-api

View on GitHub
lib/moneta/api/responses/refund_response.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Moneta
  module Api
    module Responses
      # Ответ по запросу возврата средств, содержащий информацию по возвратной операции.
      # Response containing refund transaction information.

      class RefundResponse < Types::OperationInfo; end
    end
  end
end