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

2/27/2008

Enumerates the possible current status values of the cash acceptance operation.

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

Syntax

'Declaration
Public Enumeration CashDepositStatus
public enum CashDepositStatus
public enum class CashDepositStatus
public enum CashDepositStatus
public enum CashDepositStatus

Members

Member name Description
Count Counting or repaying the cash accepted.
End Finished accepting cash.
Jam A mechanical fault has occurred.
None Does not support cash acceptance.
Start Start accepting cash.

Remarks

Used by the DepositStatus property. Replaces the CHAN_STATUS_DEPOSIT_et al constants from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace
CashChanger.DepositStatus Property