LegalTerm

class LegalTerm

Defines the list of text agreements proposed to the acceptors. An example is the end user license agreement (EULA).

Types

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

Properties

Link copied to clipboard

List of references to legal resources proposed to the buyers. An example is the EULA.

Link copied to clipboard
val type: String?

Category of the term being updated.

Functions

Link copied to clipboard
inline fun copy(block: LegalTerm.Builder.() -> Unit = {}): LegalTerm
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