PKPaymentAuthorizationStatus Enum

Definition

Enumeration of results of authorization requests.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentAuthorizationStatus
type PKPaymentAuthorizationStatus = 
Inheritance
PKPaymentAuthorizationStatus
Attributes

Fields

Failure 1

Authorization failed.

InvalidBillingPostalAddress 2

Developers should not use this deprecated field. Developers should use 'Failure' and 'PKPaymentRequest.CreatePaymentBillingAddressInvalidError'.

InvalidShippingContact 4

Unusable shipping contact.

InvalidShippingPostalAddress 3

Unusable shipping address.

PinIncorrect 6

Indicates that an invalid PIN was entered.

PinLockout 7

Indicates that too many incorrect PINs were entered and the user is locked out for PIN transactions.

PinRequired 5

Indicates that a PIN is required for the action.

Success 0

The authorization succeeded.

Applies to