PaymentInstrument¶
Structure Class¶
PaymentInstrument
dataclass
¶
Represents a payment instrument.
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_details
instance-attribute
¶
payment_instrument_details: PaymentInstrumentDetails
The details specific to the payment instrument type.
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
¶
status: PaymentInstrumentStatus
The current status of this payment instrument.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when this payment instrument was last updated.