Account Terms Of Service
data class AccountTermsOfService(val token: String? = null, val acceptedAt: String? = null, val ipAddress: String? = null)
Terms-of-service acceptance record for an account.
Terms-of-service acceptance record for an account.