Class: Moneta::Api::Responses::VerifyPaymentBatchResponse

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

Overview

Ответ на запрос проверки проведения операции в системе МОНЕТА.РУ. Ответ в пакетном режиме. Response to a transaction validation request. Response in batch mode.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

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

Returns Детали операций, либо описание ошибок. Порядок соответствует набору операций, переданных в VerifyPaymentBatchRequest. Either information about transactions or error descriptions in the same order as in the VerifyPaymentBatch request.

Returns:

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

    Детали операций, либо описание ошибок. Порядок соответствует набору операций, переданных в VerifyPaymentBatchRequest. Either information about transactions or error descriptions in the same order as in the VerifyPaymentBatch request.



12
# File 'lib/moneta/api/responses/verify_payment_batch_response.rb', line 12

property :transaction, type: Moneta::Api::Types::VerifyTransactionResponseType