CashDepositPause 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 two possible values, Pause and Resume, for a cash acceptance operation.
public enum CashDepositPause
type CashDepositPause =
Public Enum CashDepositPause
- Inheritance
-
CashDepositPause
Fields
Name | Value | Description |
---|---|---|
Pause | 11 | Cash acceptance is paused. |
Restart | 12 | Cash acceptance is resumed. |