CashDepositStatus 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 current status values of the cash acceptance operation.
public enum CashDepositStatus
type CashDepositStatus =
Public Enum CashDepositStatus
- Inheritance
-
CashDepositStatus
Fields
Name | Value | Description |
---|---|---|
Start | 1 | Start accepting cash. |
End | 2 | Finished accepting cash. |
None | 3 | Does not support cash acceptance. |
Count | 4 | Counting or repaying the cash accepted. |
Jam | 5 | A mechanical fault has occurred. |