CreatePaymentConnectorRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

The credential provider configurations for the payment connector. These configurations specify how the connector authenticates with the payment provider.

Link copied to clipboard

A description of the payment connector.

Link copied to clipboard
val name: String?

The name of the payment connector.

Link copied to clipboard

The unique identifier of the payment manager to create the connector for.

Link copied to clipboard

The type of payment connector, which determines the payment provider integration.

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