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

不支持该货币。

适用于