Update Request
data class UpdateRequest(val token: String, val acceptedAt: Int? = null, val ipAddress: String? = null, val userAgent: String? = null)
Request body for recording a customer's Terms of Service acceptance.
Properties
Link copied to clipboard
Unix timestamp of when the customer accepted the Terms of Service. Defaults to the server time when omitted.
Link copied to clipboard
The short-lived token obtained from TermsOfServiceAPI.createToken; identifies the acceptance session.