次の方法で共有


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
属性

フィールド

BillingContactInvalid 2

課金連絡先が無効であることを示します。

ShippingAddressUnserviceable 3

配送先住所がサービス可能でなかったことを示します。

ShippingContactInvalid 1

配送先の連絡先が無効であることを示します。

Unknown -1

不明なエラーが発生したことを示します。

適用対象