TermsAndConditionsAcceptance
public protocol TermsAndConditionsAcceptance
The Terms and Conditions the customer has accepted.
-
The type of the Ts and Cs.
Declaration
Swift
var type: String { get }
-
The version of the Ts and Cs.
Declaration
Swift
var version: String { get }
-
The timestamp when the shopper/customer agreed to the Everyday Pay Ts and Cs. The timestamp format is milliseconds since epoch.
Declaration
Swift
var timestamp: Decimal { get }