Sha256: 61e3275221fd0e5c54c6b44a5672175d6c4402d62070f36d832dc71d59c48181

Contents?: true

Size: 654 Bytes

Versions: 1

Compression:

Stored size: 654 Bytes

Contents

# frozen_string_literal: true

require_relative 'api_entity'

module Jumio
  module Entities
    # Successful initiation of a new Netverify Scan
    #
    # https://github.com/Jumio/implementation-guides/blob/master/netverify/netverify-web-v4.md#response
    class VerificationResponse < ApiEntity
      attribute :timestamp,            Types::Strict::String # Timestamp (UTC) of the response. Format: YYYY-MM-DDThh:mm:ss.SSSZ
      attribute :redirectUrl,          Types::Strict::String # URL used to load the Netverify client.
      attribute :transactionReference, Types::Strict::String # Jumio reference number for the transaction.
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jumio-1.0.0 lib/jumio/entities/verification_response.rb