GetCustomerEventResult

data class GetCustomerEventResult(val eventName: String, val id: String, val name: String, val receivers: List<NotificationEventReceiverResponse>, val systemData: SystemDataResponse, val type: String)

The Customer Notification Event resource.

Constructors

Link copied to clipboard
constructor(eventName: String, id: String, name: String, receivers: List<NotificationEventReceiverResponse>, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the event subscribed to.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

The notification event receivers.

Link copied to clipboard

The system metadata relating to this resource

Link copied to clipboard

Resource type.