PKPaymentErrorCode 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.
Enumerates error conditions for payment operations.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentErrorCode
type PKPaymentErrorCode =
- Inheritance
-
PKPaymentErrorCode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | -1 | Indicates that an unknown error occurred. |
ShippingContactInvalid | 1 | Indicates that the shipping contact was not valid. |
BillingContactInvalid | 2 | Indicates that the billing contact was not valid. |
ShippingAddressUnserviceable | 3 | Indicates that the shipping address was not serviceable. |