INPaymentStatus Enum

Definition

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

Canceled 3

Indicates that the request has been canceled successfully.

Completed 2

Indicates that the payment succeeded.

Failed 4

Indicates that the payment failed.

Pending 1

Indicates that the request is still being processed.

Unknown 0

The status of the payment is not known.

Unpaid 5

Indicates that the payment has not been made.

Applies to