Class: Moneta::Api::Responses::CancelTransactionBatchResponse

Inherits:
Object
  • Object
show all
Includes:
DataMapper
Defined in:
lib/moneta/api/responses/cancel_transaction_batch_response.rb

Overview

Ответ на запрос CancelTransactionBatchRequest. Transactions cancelation response in batch processing mode.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#transactionArray[Moneta::Api::Types::CancelTransactionBatchResponseType]

Returns Детали проведенных операций, либо описание ошибок, если операция не проведена. Порядок соответствует набору операций, переданных в CancelTransactionBatchRequest. / Either transaction details or error description in order of appearance in corresponding request.

Returns:

  • (Array[Moneta::Api::Types::CancelTransactionBatchResponseType])

    Детали проведенных операций, либо описание ошибок, если операция не проведена. Порядок соответствует набору операций, переданных в CancelTransactionBatchRequest. / Either transaction details or error description in order of appearance in corresponding request.



13
# File 'lib/moneta/api/responses/cancel_transaction_batch_response.rb', line 13

property :transaction, type: Types::CancelTransactionBatchResponseType