BalanceChangeType

From Barion Documentation
Revision as of 11:08, 27 March 2023 by Vinczei (talk | contribs) (Created page with "{{PageTitle|title=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 cer...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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