ApiRequestMessage
data class ApiRequestMessage (
val customerId: String,
val text: String,
val status: Int,
val attachments: ArrayList<String>
)
Updated over 2 years ago
data class ApiRequestMessage (
val customerId: String,
val text: String,
val status: Int,
val attachments: ArrayList<String>
)
Updated over 2 years ago