PaymentConnectorSummary¶
Structure Class¶
PaymentConnectorSummary
dataclass
¶
Contains summary information about a payment connector.
Attributes¶
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp when the payment connector was last updated.
payment_connector_id
instance-attribute
¶
payment_connector_id: str
The unique identifier of the payment connector.
status
instance-attribute
¶
status: PaymentConnectorStatus
The current status of the payment connector. Possible values include
CREATING, READY, UPDATING, DELETING, CREATE_FAILED,
UPDATE_FAILED, and DELETE_FAILED.
type
instance-attribute
¶
type: PaymentConnectorType
The type of the payment connector, which determines the payment provider integration.