Sha256: f7909b82b1e463214ab48c30d4b1782d11759c12618f52cebfe035198c4b76c0
Contents?: true
Size: 733 Bytes
Versions: 30
Compression:
Stored size: 733 Bytes
Contents
require_relative 'verify_transfer_response_type' module Moneta module Api module Types # Ответ на запрос проверки проведения операции в системе МОНЕТА.РУ # Transaction verification response. class VerifyTransactionResponseType < VerifyTransferResponseType # @return [Integer] Идентификатор операции в системе МОНЕТА.РУ. # / The identifier of transaction. property :transaction_id # @return [String] Статус операции в системе МОНЕТА.РУ. # / Transaction status type in MONETA.RU property :operation_status end end end end
Version data entries
30 entries across 30 versions & 1 rubygems