setTransactionId

fun setTransactionId(@Size(min = 1, max = 255) transactionId: String?): CustomEvent.Builder

Sets the transaction ID.

If the transaction ID exceeds MAX_CHARACTER_LENGTH characters it will cause the event to be invalid.

Return

The custom event builder.

Parameters

transactionId

The event's transaction ID.