Class PKPaymentAuthorizationStatus


  • public final class PKPaymentAuthorizationStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Failure
      Merchant failed to auth the transaction.
      static long InvalidBillingPostalAddress
      Supplied billing address is insufficient or otherwise invalid
      static long InvalidShippingContact
      Supplied contact information is insufficient or otherwise invalid
      static long InvalidShippingPostalAddress
      Supplied postal address is insufficient or otherwise invalid
      static long PINIncorrect
      PIN was not entered correctly, retry.
      static long PINLockout
      PIN retry limit exceeded.
      static long PINRequired
      Transaction requires PIN entry.
      static long Success
      Merchant auth'd (or expects to auth) the transaction successfully.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Success

        public static final long Success
        Merchant auth'd (or expects to auth) the transaction successfully.
        See Also:
        Constant Field Values
      • Failure

        public static final long Failure
        Merchant failed to auth the transaction.
        See Also:
        Constant Field Values
      • InvalidBillingPostalAddress

        public static final long InvalidBillingPostalAddress
        Supplied billing address is insufficient or otherwise invalid
        See Also:
        Constant Field Values
      • InvalidShippingPostalAddress

        public static final long InvalidShippingPostalAddress
        Supplied postal address is insufficient or otherwise invalid
        See Also:
        Constant Field Values
      • InvalidShippingContact

        public static final long InvalidShippingContact
        Supplied contact information is insufficient or otherwise invalid
        See Also:
        Constant Field Values
      • PINRequired

        public static final long PINRequired
        Transaction requires PIN entry.
        See Also:
        Constant Field Values
      • PINIncorrect

        public static final long PINIncorrect
        PIN was not entered correctly, retry.
        See Also:
        Constant Field Values
      • PINLockout

        public static final long PINLockout
        PIN retry limit exceeded.
        See Also:
        Constant Field Values