DocumentItem

A legal document associated with a legal term, such as a EULA or data subscription agreement.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of the legal document, such as StandardEula or CustomEula.

Link copied to clipboard
val url: String

The URL where the legal document can be accessed.

Link copied to clipboard

The version of the standard contract, if applicable.

Functions

Link copied to clipboard
inline fun copy(block: DocumentItem.Builder.() -> Unit = {}): DocumentItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String