Class: Moneta::Api::Types::TransactionBatchResponseType
- Inherits:
-
Object
- Object
- Moneta::Api::Types::TransactionBatchResponseType
- 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
-
#error ⇒ String
Поле содержит описание ошибки, если операция не была проведена.
-
#error_code ⇒ String
Поле содержит код ошибки.
- #transaction ⇒ Moneta::Api::Types::TransactionResponseType
Methods included from DataMapper
Instance Method Details
#error ⇒ String
16 |
# File 'lib/moneta/api/types/transaction_batch_response_type.rb', line 16 property :error |
#error_code ⇒ String
25 |
# File 'lib/moneta/api/types/transaction_batch_response_type.rb', line 25 property :error_code |
#transaction ⇒ Moneta::Api::Types::TransactionResponseType
19 |
# File 'lib/moneta/api/types/transaction_batch_response_type.rb', line 19 property :transaction, type: Types::TransactionResponseType |