Class: Moneta::Api::Responses::AuthoriseTransactionBatchResponse
- Inherits:
-
Object
- Object
- Moneta::Api::Responses::AuthoriseTransactionBatchResponse
- Includes:
- DataMapper
- Defined in:
- lib/moneta/api/responses/authorise_transaction_batch_response.rb
Overview
Ответ на запрос регистрации операций в пакетном режиме. Transactions authorisation response in batch processing mode.
Instance Method Summary collapse
-
#transaction ⇒ Array[Moneta::Api::Types::OperationInfoBatchResponseType]
Детали проведенных операций, либо описание ошибок, если операция не проведена.
Methods included from DataMapper
Instance Method Details
#transaction ⇒ Array[Moneta::Api::Types::OperationInfoBatchResponseType]
Returns Детали проведенных операций, либо описание ошибок, если операция не проведена. Порядок соответствует набору операций, переданных в AuthoriseTransactionBatchRequest. / Either transaction details or error description in order of appearance in corresponding request.
13 |
# File 'lib/moneta/api/responses/authorise_transaction_batch_response.rb', line 13 property :transaction, type: Moneta::Api::Types::OperationInfoBatchResponseType |