Package apple.passkit.enums
Class PKPaymentAuthorizationStatus
- java.lang.Object
-
- apple.passkit.enums.PKPaymentAuthorizationStatus
-
public final class PKPaymentAuthorizationStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFailureMerchant failed to auth the transaction.static longInvalidBillingPostalAddressSupplied billing address is insufficient or otherwise invalidstatic longInvalidShippingContactSupplied contact information is insufficient or otherwise invalidstatic longInvalidShippingPostalAddressSupplied postal address is insufficient or otherwise invalidstatic longPINIncorrectPIN was not entered correctly, retry.static longPINLockoutPIN retry limit exceeded.static longPINRequiredTransaction requires PIN entry.static longSuccessMerchant auth'd (or expects to auth) the transaction successfully.
-
-
-
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
-
-