PaymentInstrument

Represents a payment instrument

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when this payment instrument was created.

Link copied to clipboard

The ID of the payment connector associated with this instrument.

Link copied to clipboard

The details specific to the payment instrument type.

Link copied to clipboard

The unique identifier for this payment instrument.

Link copied to clipboard

The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).

Link copied to clipboard

The ARN of the payment manager that owns this payment instrument.

Link copied to clipboard

The current status of this payment instrument.

Link copied to clipboard

The timestamp when this payment instrument was last updated.

Link copied to clipboard

The user ID associated with this payment instrument.

Functions

Link copied to clipboard
inline fun copy(block: PaymentInstrument.Builder.() -> Unit = {}): PaymentInstrument
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String