Class: Moneta::Api::Types::OperationInfoBatchResponseType

Inherits:
Object
  • Object
show all
Includes:
DataMapper
Defined in:
lib/moneta/api/types/operation_info_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



14
# File 'lib/moneta/api/types/operation_info_batch_response_type.rb', line 14

property :error

#error_codeString



23
# File 'lib/moneta/api/types/operation_info_batch_response_type.rb', line 23

property :error_code

#transactionMoneta::Api::Types::OperationInfo



17
# File 'lib/moneta/api/types/operation_info_batch_response_type.rb', line 17

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