VirtualCardsServiceNotification

@Serializable
sealed class VirtualCardsServiceNotification

Base class of Virtual Cards Service notifications.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val owner: String

String Subject identifier of user to whom the notification is addressed.

Link copied to clipboard
abstract val type: String

String Type of notification. Concrete sub-classes will specify as their SerialName the value of this property that identifies the specific notification type.