次の方法で共有


INSendPaymentCurrencyAmountUnsupportedReason 列挙型

定義

トランザクション金額がサポートされなかった理由を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INSendPaymentCurrencyAmountUnsupportedReason
type INSendPaymentCurrencyAmountUnsupportedReason = 
継承
INSendPaymentCurrencyAmountUnsupportedReason
属性

フィールド

AmountAboveMaximum 2

量が多すぎることを示します。

AmountBelowMinimum 1

量が少なすぎることを示します。

CurrencyUnsupported 3

通貨がサポートされていないことを示します。

適用対象