Class: Moneta::Api::Types::TransactionBatchResponseType

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

Overview

Тип, описывающий атрибуты операции в ответах в пакетном запросе. Transaction attributes type for responses in batch processing mode.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#errorString



16
# File 'lib/moneta/api/types/transaction_batch_response_type.rb', line 16

property :error

#error_codeString



25
# File 'lib/moneta/api/types/transaction_batch_response_type.rb', line 25

property :error_code

#transactionMoneta::Api::Types::TransactionResponseType



19
# File 'lib/moneta/api/types/transaction_batch_response_type.rb', line 19

property :transaction, type: Types::TransactionResponseType