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

2/27/2008

Lists the valid payment media types for an approval method.

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

Syntax

'Declaration
Public Enumeration PaymentMedia
public enum PaymentMedia
public enum class PaymentMedia
public enum PaymentMedia
public enum PaymentMedia

Members

Member name Description
Credit Credit card
Debit Debit card
ElectronicMoney  
Unspecified No media type specified

Remarks

Used by the PaymentMedia property. Members of this enumeration replace the CAT_MEDIA_UNSPECIFIED, CAT_MEDIA_CREDIT, CAT_MEDIA_DEBIT, and CAT_MEDIA_ELECTRONIC_MONEY UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
Cat.PaymentMedia Property