INPaymentStatus 枚举

定义

枚举付款的状态。

[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 = 
继承
INPaymentStatus
属性

字段

Canceled 3

指示请求已成功取消。

Completed 2

指示付款成功。

Failed 4

指示付款失败。

Pending 1

指示请求仍在处理中。

Unknown 0

付款状态未知。

Unpaid 5

指示尚未付款。

适用于