PKPaymentAuthorizationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Success | 0 | The authorization succeeded. |
Failure | 1 | Authorization failed. |
InvalidBillingPostalAddress | 2 | Developers should not use this deprecated field. Developers should use 'Failure' and 'PKPaymentRequest.CreatePaymentBillingAddressInvalidError'. |
InvalidShippingPostalAddress | 3 | Unusable shipping address. |
InvalidShippingContact | 4 | Unusable shipping contact. |
PinRequired | 5 | Indicates that a PIN is required for the action. |
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. |