次の方法で共有


INRequestPaymentCurrencyAmountUnsupportedReason 列挙型

定義

通貨の移転金額がサポートされていない理由を列挙します。

[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 INRequestPaymentCurrencyAmountUnsupportedReason
type INRequestPaymentCurrencyAmountUnsupportedReason = 
継承
INRequestPaymentCurrencyAmountUnsupportedReason
属性

フィールド

AmountAboveMaximum 2

量が多すぎます。

AmountBelowMinimum 1

量が少なすぎた。

CurrencyUnsupported 3

通貨はサポートされていません。

適用対象