Template:TransactionHistoryDetail: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{api_output_table_header}} | {{api_output_table_header}} | ||
|- | |- | ||
| HistoryId || || | | HistoryId || Guid || The identifier of the transaction. | ||
|- | |- | ||
| HistoryType || || | | HistoryType || [[HistoryItemType]] || The type of the transaction. | ||
|- | |- | ||
| HappenedAtUtc || || | | HappenedAtUtc || DateTime || The exact time when the transaction happened. | ||
|- | |- | ||
| SourceAccount || || | | SourceAccount || [[UserHistoryParticipant]] || The user who initiated the transaction or from whom the money originated. | ||
|- | |- | ||
| TargetAccount || || | | TargetAccount || [[UserHistoryParticipant]] || The user who will receive the amount of the transaction. | ||
|- | |- | ||
| Amount || || | | Amount || decimal || The amount of the transaction. | ||
|- | |- | ||
| Currency || || | | Currency || string || The 3-character ISO 4217 currency code of the payment. | ||
|- | |- | ||
| Description || || | | Description || string || Description of the transaction. Max: 640 characters. | ||
|- | |- | ||
| IsInProgress || bool || This flag indicates that the transaction is not in the final state. |
Latest revision as of 10:47, 20 March 2023
Property name | Property type | Description |
---|---|---|
HistoryId | Guid | The identifier of the transaction. |
HistoryType | HistoryItemType | The type of the transaction. |
HappenedAtUtc | DateTime | The exact time when the transaction happened. |
SourceAccount | UserHistoryParticipant | The user who initiated the transaction or from whom the money originated. |
TargetAccount | UserHistoryParticipant | The user who will receive the amount of the transaction. |
Amount | decimal | The amount of the transaction. |
Currency | string | The 3-character ISO 4217 currency code of the payment. |
Description | string | Description of the transaction. Max: 640 characters. |
IsInProgress | bool | This flag indicates that the transaction is not in the final state. |