ServiceType Enumeration (POS for .NET v1.14.1 SDK Documentation)

3/28/2017

Enumerates the possible service types.

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

Syntax

'Declaration

Public Enumeration ServiceType
public enum ServiceType
public enum class ServiceType
public enum ServiceType
public enum ServiceType

Members

Member name Description
Unspecified Nothing is set to CurrentService.
ElectronicMoney Electronic money service.
Point Point service.
Voucher Voucher/ticket service.
Membership Membership certificate service.

Remarks

Used by the ServiceType property. Members of this enumeration replace the EVRW_ST_ELECTRONIC_MONEY, EVRW_ST_POINT, EVRW_ST_VOUCHER, EVRW_ST_MEMBERSHIP, and EVRW_ST_UNSPECIFIED UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace