BalanceChangeType: Difference between revisions
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...") |
mNo edit summary |
||
Line 12: | Line 12: | ||
{{api_enum_table_header}} | {{api_enum_table_header}} | ||
|- | |- | ||
| NoChange || 1 || The account's balance did not change | | 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 | | 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 | | Debit || 3 || The account's balance has been decreased (e.g. money was transfered from the account by wire transfer) | ||
|- | |- | ||
|} | |} |
Latest revision as of 12:13, 28 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 (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) |