CashDepositAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible ways to deal with deposited cash.
public enum CashDepositAction
type CashDepositAction =
Public Enum CashDepositAction
- Inheritance
-
CashDepositAction
Fields
Name | Value | Description |
---|---|---|
Change | 1 | The deposited amount is greater than the amount required. |
NoChange | 2 | The deposited amount is equal to or less than the amount required. |
Repay | 3 | The deposit is to be repaid through the cash deposit exit or the cash payment exit. |