INRequestPaymentCurrencyAmountUnsupportedReason 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 INRequestPaymentCurrencyAmountUnsupportedReason
type INRequestPaymentCurrencyAmountUnsupportedReason =
- 继承
-
INRequestPaymentCurrencyAmountUnsupportedReason
- 属性
字段
AmountAboveMaximum | 2 | 金额太高了。 |
AmountBelowMinimum | 1 | 金额太低。 |
CurrencyUnsupported | 3 | 不支持该货币。 |