INSendPaymentCurrencyAmountUnsupportedReason 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举不支持事务金额的原因。
[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 | 指示不支持该货币。 |