Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 866 Bytes

File metadata and controls

15 lines (11 loc) · 866 Bytes

Event

Properties

Name Type Description Notes
id String A unique 25-character alphanumeric resource identifier. [default to null]
type String Event type slug (e.g. "payment.captured", "payment.expired"). [default to null]
resource String Resource type name, always "event". [default to null]
created_at Date Timestamp when this event was created. [default to null]
reason String Human-readable reason or description for this event, or null. [default to null]
data Payment [default to null]

[Back to Model list] [Back to API list] [Back to README]