CoinAcceptor.EndDeposit(EndDepositAction) 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.
Indicates that the cash acceptance operation has been completed.
public abstract void EndDeposit (Microsoft.PointOfService.EndDepositAction success);
abstract member EndDeposit : Microsoft.PointOfService.EndDepositAction -> unit
Public MustOverride Sub EndDeposit (success As EndDepositAction)
Parameters
- success
- EndDepositAction
The deposit is accepted and the deposited amount is equal to or less than the amount required.