Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 683 Bytes

File metadata and controls

10 lines (9 loc) · 683 Bytes

# Transaction

Properties

Name Type Description Notes
id string A unique 25-character alphanumeric resource identifier.
type string Type of ledger transaction (e.g. "payment", "fee", "disbursement").
amount_cents int Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).
happened_at \DateTime Timestamp when this ledger transaction occurred.
[Back to Model list] [Back to API list] [Back to README]