Class PKPaymentErrorCode


  • public final class PKPaymentErrorCode
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UnknownError

        public static final long UnknownError
        there was an unknown error processing the payment. The user should try again.
        See Also:
        Constant Field Values
      • ShippingContactInvalidError

        public static final long ShippingContactInvalidError
        the user's contact information has an error. Use the PKPaymentErrorKeys in the userInfo to detail the problem.
        See Also:
        Constant Field Values
      • BillingContactInvalidError

        public static final long BillingContactInvalidError
        the user's billing contact information has an error. Use the PKPaymentErrorKeys in the userInfo to detail the problem.
        See Also:
        Constant Field Values
      • ShippingAddressUnserviceableError

        public static final long ShippingAddressUnserviceableError
        the user's shipping address is otherwise valid but not serviceable. For example, the address is in Canada and you only ship to the United States, or you don't deliver to PO Boxes.
        See Also:
        Constant Field Values