PINCapability Property
Indicates if the terminal device supports a PIN pad.
Syntax
[VB.NET] Public Property PINCapability As PtechgiftcardPINCapabilities
[C#] public PtechgiftcardPINCapabilities PINCapability {get; set;}
enum PtechgiftcardPINCapabilities { ppUnknown, ppAcceptsPIN, ppNoPIN, ppPadInoperative, ppVerifiedPIN }
Remarks
This property indicates to the host whether the merchant's terminal has a PIN entry pad. Valid values for this property are:
Unknown (0) | Unknown. |
ppAcceptsPIN (1) | Terminal device accepts PIN entry. |
ppNoPIN (2) | Terminal device does not accept PIN entry. |
ppPadInoperative (8) | PIN pad inoperative. |
ppVerifiedPIN (9) | PIN Verified by terminal device. |
Default Value
0