CashChanger.PauseDeposit(CashDepositPause) Method
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.
Suspends or resumes depositing cash.
public abstract void PauseDeposit (Microsoft.PointOfService.CashDepositPause pauseAction);
abstract member PauseDeposit : Microsoft.PointOfService.CashDepositPause -> unit
Public MustOverride Sub PauseDeposit (pauseAction As CashDepositPause)
Parameters
- pauseAction
- CashDepositPause
Valid values are defined by the CashDepositPause enumeration.