ConnectionId

Identifier of a specific service connection (bank or other provider integration).

Both "connection-<uuid>" and bare UUIDs are accepted when parsing from a string; toString always emits the prefixed form.

Constructors

Link copied to clipboard
constructor(uuid: Uuid)
constructor(value: String)

Parses a string into a ConnectionId. Accepts both the prefixed and bare-UUID forms.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val uuid: Uuid

Functions

Link copied to clipboard
open override fun toString(): String