CreatePaymentManagerRequest

Types

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

Properties

Link copied to clipboard

The authorizer configuration for the payment manager.

Link copied to clipboard

The type of authorizer to use for the payment manager.

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

A description of the payment manager.

Link copied to clipboard
val name: String?

The name of the payment manager.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that the payment manager assumes to access resources on your behalf.

Link copied to clipboard

A map of tag keys and values to assign to the payment manager.

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