EventResponse

data class EventResponse(val eventRequestMessage: EventRequestMessageResponse? = null, val eventResponseMessage: EventResponseMessageResponse? = null, val id: String? = null)

The event for a webhook.

Constructors

Link copied to clipboard
constructor(eventRequestMessage: EventRequestMessageResponse? = null, eventResponseMessage: EventResponseMessageResponse? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The event request message sent to the service URI.

Link copied to clipboard

The event response message received from the service URI.

Link copied to clipboard
val id: String? = null

The event ID.