BalanceChangeType

From Barion Documentation
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)