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