Class PKPayment

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PKPayment
extends NSObject
  • Constructor Details

    • PKPayment

      public PKPayment()
    • PKPayment

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

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

    • getToken

      public PKPaymentToken getToken()
    • getBillingContact

      public PKContact getBillingContact()
      Since:
      Available in iOS 9.0 and later.
    • getBillingAddress

      @Deprecated public ABPerson getBillingAddress()
      Deprecated.
      Deprecated in iOS 9.0. Use billingContact instead
    • getShippingContact

      public PKContact getShippingContact()
      Since:
      Available in iOS 9.0 and later.
    • getShippingAddress

      @Deprecated public ABPerson getShippingAddress()
      Deprecated.
      Deprecated in iOS 9.0. Use shippingContact instead
    • getShippingMethod

      public PKShippingMethod getShippingMethod()