共用方式為


INSendPaymentIntentResponseCode 列舉

定義

列舉 的結果碼 INSendPaymentIntent

[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 INSendPaymentIntentResponseCode
type INSendPaymentIntentResponseCode = 
繼承
INSendPaymentIntentResponseCode
屬性

欄位

Failure 4

開發人員應該使用此程式碼來指出他們無法處理意圖。

FailureCredentialsUnverified 6

開發人員應該使用此程式碼來指出驗證認證的失敗。

FailureInsufficientFunds 10

開發人員應該使用此程式碼來指出因為資金不足而無法付款。

FailureNoBankAccount 11

開發人員應該使用此程式碼來指出失敗,因為未設定銀行帳戶。

FailureNotEligible 12

開發人員應該使用此程式碼來指出他們無法處理意圖,因為使用者不符合執行交易的資格。

FailurePaymentsAmountAboveMaximum 8

開發人員應該使用此程式碼來指出失敗,因為付款超過允許的最大值。

FailurePaymentsAmountBelowMinimum 7

開發人員應該使用此程式碼來指出失敗,因為付款太小。

FailurePaymentsCurrencyUnsupported 9

開發人員應該使用此程式碼來指出失敗,因為不支援要求的貨幣。

FailureRequiringAppLaunch 5

開發人員應該使用此程式碼來指出他們無法處理意圖,而且必須在應用程式中完成進一步的處理。

FailureTermsAndConditionsAcceptanceRequired 13
InProgress 2

開發人員應該使用此程式碼來指出他們尚未完成處理。

Ready 1

開發人員應該在確認階段傳回此專案,指出延伸模組能夠處理意圖。

Success 3

開發人員應該使用此回應碼來指出延伸模組已成功處理意圖。

Unspecified 0

表示未提供明確的回應碼。

適用於