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

指示不支持该货币。

适用于