The information about transaction timeline, which lists all statuses that the transaction passes through with timestamps indicating when each status is completed.
| Name | Type | Description | Notes |
|---|---|---|---|
| status | TransactionStatus | [optional] | |
| finished | Boolean | Whether the transaction status is completed: - `true`: The transaction status is completed. - `false`: The transaction is currently in the status. | [optional] |
| finishedTimestamp | Long | The time when the transaction status is completed in Unix timestamp format, measured in milliseconds. | [optional] |