DepositStatus 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 possible deposit status values.
public enum DepositStatus
type DepositStatus =
Public Enum DepositStatus
- Inheritance
-
DepositStatus
Fields
Name | Value | Description |
---|---|---|
Start | 1 | Cash acceptance has started. |
End | 2 | Cash acceptance has ended. |
Count | 4 | The deposited money is being counted or repaid. |
Jam | 5 | A mechanical fault has occurred. |