Sha256: 30252b3a53f64d16ea98fc47b18666ac6ce138110386c8011c07f87b31b2fd05
Contents?: true
Size: 845 Bytes
Versions: 5
Compression:
Stored size: 845 Bytes
Contents
module Moneta module Api module Responses # Ответ на выставление счета к оплате в пакетном режиме. # Invoice registration response in batch processing mode. class InvoiceBatchResponse include Moneta::Api::DataMapper # @return [Moneta::Api::Types::TransactionBatchResponseType] Детали проведенных операций, либо описание ошибок, если операция не проведена. # Порядок соответствует набору операций, переданных в InvoiceBatchRequest. # / Either transaction details or error description in order of appearance in corresponding request. property :transaction, Types::TransactionBatchResponseType end end end end
Version data entries
5 entries across 5 versions & 1 rubygems