PaymentSession

Payment manager session

Types

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

Properties

Link copied to clipboard

The available limits for this session after accounting for processed payments.

Link copied to clipboard

The timestamp when this payment session was created.

Link copied to clipboard

The session expiry time in minutes.

Link copied to clipboard

The spending limits for this session.

Link copied to clipboard

The ARN of the payment manager that owns this session.

Link copied to clipboard

The unique identifier for this payment session.

Link copied to clipboard

The timestamp when this payment session was last updated.

Link copied to clipboard

The user ID associated with this payment 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