BalanceChangeType
Balance change type type enumeration
This enum indicates the direction of change regarding the account's available balance. It is used in context of a certain transaction.
Included in
Balance change types are used in the following structures:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
NoChange | 1 | The account's balance did not change |
Credit | 2 | The account's balance has been increased |
Debit | 3 | The account's balance has been decreased |