BalanceChangeType: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 11:08, 27 March 2023

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