TermsAndConditionsAcceptances

List of terms and conditions acceptances

interface TermsAndConditionsAcceptances

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

termsAndConditionsAcceptances
Link copied to clipboard

An array of Ts and Cs the customer has accepted..

abstract val termsAndConditionsAcceptances: List<TermsAndConditionsAcceptance>