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