Enum PaymentProtocol
Specifies the payment protocol used.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum PaymentProtocol : int
Fields
| Name | Description |
|---|---|
| Ctap | CTAP protocol. |
| Ep2 | EFTPOS 2000 protocol. |
| Ev | EV protocol. |
| Other | Other. |
| Unknown | Invalid/unknown constant value. |
| v3cxml | 3CXml protocol. |
| Vm | ValueMaster protocol. |