ContactUsMessageRequest

data class ContactUsMessageRequest(val category: String, val topic: String, val message: String)

Data class representing contact us message request

Constructors

Link copied to clipboard
constructor(category: String, topic: String, message: String)

Properties

Link copied to clipboard

The category of the contact message, used to classify the type of support request.

Link copied to clipboard

Contact us message description. Allowed size is <= 5000 characters

Link copied to clipboard

The specific topic within the category for the contact message, helping to further specify the support request.