共用方式為


PKPaymentErrorCode 列舉

定義

列舉付款作業的錯誤條件。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentErrorCode
type PKPaymentErrorCode = 
繼承
PKPaymentErrorCode
屬性

欄位

名稱 Description
BillingContactInvalid 2

表示帳單連絡人無效。

ShippingAddressUnserviceable 3

表示出貨位址無法服務。

ShippingContactInvalid 1

表示出貨連絡人無效。

Unknown -1

表示發生未知的錯誤。

適用於