Sha256: 0b0029483cba889dd1796764093ebea2d7593c56f716896db4e50f609597e264
Contents?: true
Size: 877 Bytes
Versions: 5
Compression:
Stored size: 877 Bytes
Contents
module Moneta module Api module Responses # Ответ на запрос завершения операций в пакетном режиме. # Transactions confirmation response in batch processing mode. class ConfirmTransactionBatchResponse include Moneta::Api::DataMapper # @return [Moneta::Api::Types::OperationInfoBatchResponseType] Детали проведенных операций, либо описание ошибок, если операция не проведена. # Порядок соответствует набору операций, переданных в ConfirmTransactionBatchRequest. # / Either transaction details or error description in order of appearance in corresponding request. property :transaction, Types::OperationInfoBatchResponseType end end end end
Version data entries
5 entries across 5 versions & 1 rubygems