Template:TransactionHistoryDetail: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{api_output_table_header}} |- | DetailId || || |- | Source || || |- | HistoryId || || |- | HistoryType || || |- | HappenedAtUtc || || |- | SourceAccount || || |- | TargetAcco...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{api_output_table_header}} | {{api_output_table_header}} | ||
|- | |- | ||
| | | 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. | ||
| | |||
| Description | |||
|- | |- | ||
| 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. |