BillAcceptor.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 the process of depositing cash.
public abstract void PauseDeposit (Microsoft.PointOfService.CashDepositPause control);
abstract member PauseDeposit : Microsoft.PointOfService.CashDepositPause -> unit
Public MustOverride Sub PauseDeposit (control As CashDepositPause)
Parameters
- control
- CashDepositPause
Indicates whether the cash acceptance process is paused or restarted. If the value of this parameter is Pause, acceptance is paused. If the value is Restart, cash acceptance resumes.