PKPaymentMethodType Enum

Definition

Enumerates the types of cards available to Apple Pay.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentMethodType
type PKPaymentMethodType = 
Inheritance
PKPaymentMethodType
Attributes

Fields

Credit 2

A credit card.

Debit 1

A debit card.

Prepaid 3

A prepaid card.

Store 4

A store card.

Unknown 0

The type of card is unknown.

Applies to