Share via


CoinAcceptor.EndDeposit(EndDepositAction) Method

Definition

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.

Applies to