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