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