Skip to content

Bedrock Agentcore  >  Structures  >  PaymentInstrumentSummary

PaymentInstrumentSummary

Structure Class

PaymentInstrumentSummary dataclass

Summary of a payment instrument for list operations.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp when this payment instrument was created.

payment_connector_id instance-attribute
payment_connector_id: str

The ID of the payment connector associated with this instrument.

payment_instrument_id instance-attribute
payment_instrument_id: str

The unique identifier for this payment instrument.

payment_instrument_type instance-attribute
payment_instrument_type: PaymentInstrumentType

The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).

payment_manager_arn instance-attribute
payment_manager_arn: str

The ARN of the payment manager that owns this payment instrument.

status instance-attribute

The current status of this payment instrument.

updated_at instance-attribute
updated_at: datetime

The timestamp when this payment instrument was last updated.

user_id instance-attribute
user_id: str

The user ID associated with this payment instrument.