Class PKPayment

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class PKPayment
    extends NSObject
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • PKPayment

        public PKPayment()
    • Method Detail

      • 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
        Since:
        Available in iOS 8.0 and later.
      • 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
        Since:
        Available in iOS 8.0 and later.