ActionType Enumeration
Help Text: Action that is proposed to be executed for the transaction.
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
None | 0 | |
Advance | 1 | Advance |
Postpone | 2 | Postpone |
Appreciate | 3 | Increase |
Depreciate | 4 | Decrease |
AdvanceAppreciate | 5 | Advance+Increase |
AdvanceDepreciate | 6 | Advance+Decrease |
PostponeAppreciate | 7 | Postpone+Increase |
PostponeDepreciate | 8 | Postpone+Decrease |
Cancel | 9 | Cancel |