Sha256: 9e13f61d3d3fb74498334ffd89cc793f01055d096201f9f4ae0ba854090892a5
Contents?: true
Size: 883 Bytes
Versions: 26
Compression:
Stored size: 883 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, type: Types::OperationInfoBatchResponseType end end end end
Version data entries
26 entries across 26 versions & 1 rubygems