Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 783 Bytes

File metadata and controls

13 lines (9 loc) · 783 Bytes

Transaction

Properties

Name Type Description Notes
id String A unique 25-character alphanumeric resource identifier. [default to null]
type String Type of ledger transaction (e.g. "payment", "fee", "disbursement"). [default to null]
amount_cents Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). [default to null]
happened_at Date Timestamp when this ledger transaction occurred. [default to null]

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