Support Info Response
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
fun SupportInfoResponse(email: String? = null, instructions: String? = null, phone: String? = null, url: String? = null)