共用方式為


PKPaymentMethodType 列舉

定義

列舉 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 = 
繼承
PKPaymentMethodType
屬性

欄位

Credit 2

信用卡。

Debit 1

轉帳卡。

Prepaid 3

預付卡。

Store 4

商店卡片。

Unknown 0

卡片的類型未知。

適用於