SupportInfoResponse

data class SupportInfoResponse(val email: String? = null, val instructions: String? = null, val phone: String? = null, val url: String? = null)

Support contact information and instructions.

Constructors

Link copied to clipboard
constructor(email: String? = null, instructions: String? = null, phone: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

Support contact email address.

Link copied to clipboard
val instructions: String? = null

Support instructions.

Link copied to clipboard
val phone: String? = null

Support contact phone number.

Link copied to clipboard
val url: String? = null

Support web address.