| 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] |