Share via


CashDepositAction Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible ways to deal with deposited cash.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration CashDepositAction
public enum CashDepositAction
public enum class CashDepositAction
public enum CashDepositAction
public enum CashDepositAction

Members

Member name Description
Change The deposited amount is greater than the amount required.
NoChange The deposited amount is equal to or less than the amount required.
Repay The deposit is to be repaid through the cash deposit exit or the cash payment exit.

Remarks

Used by the EndDeposit method. Replaces the CHAN_DEPOSIT_CHANGE, CHAN_DEPOSIT_NOCHANGE, and CHAN_DEPOSIT_REPAY UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CashChanger.EndDeposit Method