PaymentSession

A payment session for managing payment transactions.

Types

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

Properties

Link copied to clipboard

The current available spending limits.

Link copied to clipboard

The timestamp when the session was created.

Link copied to clipboard

The session expiry time in minutes.

Link copied to clipboard

The spending limits for the payment session.

Link copied to clipboard

The ARN of the payment manager that owns this session.

Link copied to clipboard

The unique identifier of the payment session.

Link copied to clipboard

The timestamp when the session was last updated.

Link copied to clipboard

The user ID associated with this session.

Functions

Link copied to clipboard
inline fun copy(block: PaymentSession.Builder.() -> Unit = {}): PaymentSession
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