INPaymentStatus 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 the states of a payment.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INPaymentStatus
type INPaymentStatus =
- Inheritance
-
INPaymentStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The status of the payment is not known. |
Pending | 1 | Indicates that the request is still being processed. |
Completed | 2 | Indicates that the payment succeeded. |
Canceled | 3 | Indicates that the request has been canceled successfully. |
Failed | 4 | Indicates that the payment failed. |
Unpaid | 5 | Indicates that the payment has not been made. |