TermsAndConditionsAcceptance

The Terms and Condtions the customer has accepted.

interface TermsAndConditionsAcceptance

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

timestamp
Link copied to clipboard

The timestamp when the shopper/customer agreed to the Everyday Pay Ts and Cs. The timestamp format is milliseconds since epoch.

abstract val timestamp: BigDecimal
type
Link copied to clipboard

The type of the Ts and Cs.

abstract val type: String
version
Link copied to clipboard

The version of the Ts and Cs.

abstract val version: String