ssnikolay/moneta-api

View on GitHub
lib/moneta/api/requests/authorise_transaction_batch_request.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Moneta
  module Api
    module Requests
      # Запрос на регистрацию операции с блокировкой средств на счете плательщика в пакетном режиме.
      # Request for transactions registration and debiting funds from payer's account in batch processing mode.
      class AuthoriseTransactionBatchRequest < Types::AuthoriseTransactionBatchRequestType; end
    end
  end
end