美文网首页
PKPaymentMethod

PKPaymentMethod

作者: NEWWORLD | 来源:发表于2016-02-25 16:12 被阅读46次

PKPaymentMethod

继承自NSObject,@import PassKit

Accessing Payment Method Data 访问支付方式的数据

displayName

卡片的显示名称

network

卡片支持的支付系统

Type

卡片的类型,所有可能的情况枚举在:PKPaymentMethodType

paymentPass

相关的支付卡

Constants 常量

PKPaymentMethodType 在Apple Pay中可用的卡片类型

Type Description
PKPaymentMethodTypeUnkown 未知的卡片
PKPaymentMethodTypeDebit 借记卡
PKPaymentMethodTypeCredit 信用卡
PKPaymentMethodTypePrepaid 预付卡
PKPaymentMethodTypeStore 商店专用卡

相关文章

  • PKPaymentMethod

    PKPaymentMethod 继承自NSObject,@import PassKit Accessing Pay...

网友评论

      本文标题:PKPaymentMethod

      本文链接:https://www.haomeiwen.com/subject/gywikttx.html