DeletePaymentInstrumentRequest

Request structure for deleting a payment instrument All fields are required and must match the instrument 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 connector ID. Must match the instrument's paymentConnectorId.

Link copied to clipboard

The payment instrument ID to delete.

Link copied to clipboard

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

Link copied to clipboard

The user ID making the delete request. Must match the instrument'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