共用方式為


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

表示尚未付款。

適用於