PKMerchantCapability Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Payment processing capabilities of a merchant.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKMerchantCapability
type PKMerchantCapability =
- Inheritance
-
PKMerchantCapability
- Attributes
Fields
Name | Value | Description |
---|---|---|
ThreeDS | 1 | The 3D Secure payment protocol. |
EMV | 2 | Supports the EMV (EuroCard, MasterCard, Visa) payment protocol. |
Credit | 4 | Supports credit cards. |
Debit | 8 | Supports debit cards. |