INRequestPaymentCurrencyAmountUnsupportedReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates reasons that a currency transfer amount is not supported.
[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 =
- Inheritance
-
INRequestPaymentCurrencyAmountUnsupportedReason
- Attributes
Fields
Name | Value | Description |
---|---|---|
AmountBelowMinimum | 1 | The amount was too low. |
AmountAboveMaximum | 2 | The amount was too high. |
CurrencyUnsupported | 3 | The currency was not supported. |