TransactionEvent

data class TransactionEvent(val transaction: WebTransaction?)

Represents an event associated with a transaction.

Parameters

transaction

The WebTransaction containing details of the transaction, or null if not specified.

Constructors

Link copied to clipboard
constructor(transaction: WebTransaction?)

Properties

Link copied to clipboard
@SerializedName(value = "transaction")
val transaction: WebTransaction?