INPaymentStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉付款的狀態。
[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 | 表示尚未付款。 |