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