CashDepositAction Enumeration

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

Usage

'Usage
Dim cashDepositAction1 As CashDepositAction = CashDepositAction.Change

Syntax

'Declaration
Public Enum 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

Indicates how to deal with deposited cash.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
EndDeposit