PKPaymentMethod
继承自NSObject
,@import PassKit
Accessing Payment Method Data 访问支付方式的数据
displayName
卡片的显示名称
network
卡片支持的支付系统
Type
卡片的类型,所有可能的情况枚举在:PKPaymentMethodType
paymentPass
相关的支付卡
Constants 常量
PKPaymentMethodType
在Apple Pay中可用的卡片类型
Type | Description |
---|---|
PKPaymentMethodTypeUnkown | 未知的卡片 |
PKPaymentMethodTypeDebit | 借记卡 |
PKPaymentMethodTypeCredit | 信用卡 |
PKPaymentMethodTypePrepaid | 预付卡 |
PKPaymentMethodTypeStore | 商店专用卡 |