DeletePaymentSessionRequest

Request structure for deleting a payment session All fields are required and must match the session owner's identifiers for authorization to succeed.

Types

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

Properties

Link copied to clipboard

The payment manager ARN. Must match the session's paymentManagerArn.

Link copied to clipboard

The payment session ID to delete.

Link copied to clipboard

The user ID making the delete request. Must match the session's userId.

Functions

Link copied to clipboard
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