MomoNotification

@Serializable
data class MomoNotification(var notificationMessage: String)

Data class representing a Momo notification.

Constructors

Link copied to clipboard
constructor(notificationMessage: String)

Properties

Link copied to clipboard
@SerializedName(value = "notificationMessage")
var notificationMessage: String

The message associated with the notification.