PaymentRequest

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract override val createdAt: Instant

The date and time when the entity was first created.

Link copied to clipboard
abstract val data: PaymentRequestData

The details of the payment request.

Link copied to clipboard
abstract override val id: String

The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.

Link copied to clipboard

The status of the payment request.

Link copied to clipboard
abstract override val updatedAt: Instant

The date and time when the entity was last updated.