TermsOfServiceRequests

Namespace for request bodies used with the Terms of Service API.

Types

Link copied to clipboard
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.