PaymentManagerSummary¶
Structure Class¶
PaymentManagerSummary
dataclass
¶
Contains summary information about a payment manager.
Attributes¶
authorizer_type
instance-attribute
¶
authorizer_type: PaymentsAuthorizerType
The type of authorizer used by the payment manager.
-
CUSTOM_JWT- Authorize with a bearer token. -
AWS_IAM- Authorize with your Amazon Web Services IAM credentials.
created_at
class-attribute
instance-attribute
¶
created_at: datetime | None = None
The timestamp when the payment manager was created.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the payment manager.
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp when the payment manager was last updated.
payment_manager_arn
instance-attribute
¶
payment_manager_arn: str
The Amazon Resource Name (ARN) of the payment manager.
payment_manager_id
instance-attribute
¶
payment_manager_id: str
The unique identifier of the payment manager.
role_arn
instance-attribute
¶
role_arn: str
The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.
status
instance-attribute
¶
status: PaymentManagerStatus
The current status of the payment manager. Possible values include
CREATING, READY, UPDATING, DELETING, CREATE_FAILED,
UPDATE_FAILED, and DELETE_FAILED.