From Barion Documentation
Jump to navigation
Jump to search
| 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.
|