Service Plan Support
data class ServicePlanSupport(val email: String? = null, val instructions: String? = null, val phone: String? = null, val url: String? = null)
Constructors
Link copied to clipboard
fun ServicePlanSupport(email: String? = null, instructions: String? = null, phone: String? = null, url: String? = null)