lib/moneta/api/responses/invoice_batch_response.rb in moneta-api-1.0.4 vs lib/moneta/api/responses/invoice_batch_response.rb in moneta-api-1.1.0

- old
+ new

@@ -8,10 +8,10 @@ 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, Types::TransactionBatchResponseType + property :transaction, type: Types::TransactionBatchResponseType end end end end