INRequestPaymentCurrencyAmountUnsupportedReason Enum

Definition

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

AmountAboveMaximum 2

The amount was too high.

AmountBelowMinimum 1

The amount was too low.

CurrencyUnsupported 3

The currency was not supported.

Applies to