JumioTermsOfUse

data class JumioTermsOfUse(val text: String, val url: String) : Serializable

Represents the terms of use information, including the display text and a URL where the full terms can be viewed.

Constructors

Link copied to clipboard
constructor(text: String, url: String)

Properties

Link copied to clipboard

A string containing the terms of use text

Link copied to clipboard
val url: String

A string containing the URL where the complete terms of use document can be accessed.