Class PKPaymentMethod

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PKPaymentMethod
extends NSObject
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • PKPaymentMethod

      public PKPaymentMethod()
    • PKPaymentMethod

      protected PKPaymentMethod​(NSObject.Handle h, long handle)
    • PKPaymentMethod

      protected PKPaymentMethod​(NSObject.SkipInit skipInit)
  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getNetwork

      public String getNetwork()
    • getType

      public PKPaymentMethodType getType()
    • getPaymentPass

      @Deprecated public PKPaymentPass getPaymentPass()
      Deprecated.
      Use -[PKPass secureElementPass] instead
    • getSecureElementPass

      public PKSecureElementPass getSecureElementPass()
      Since:
      Available in iOS 13.4 and later.
    • getBillingAddress

      public CNContact getBillingAddress()
      Since:
      Available in iOS 13.0 and later.