BalanceChangeType

From Barion Documentation
Revision as of 12:13, 28 March 2023 by Alex (talk | contribs)
(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 (e.g. the user paid with a saved card)
Credit 2 The account's balance has been increased (e.g. money arrived to the account by wire transfer)
Debit 3 The account's balance has been decreased (e.g. money was transfered from the account by wire transfer)