INSendPaymentCurrencyAmountUnsupportedReason Enum

Definition

Enumerates reasons that a transaction amount was 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 INSendPaymentCurrencyAmountUnsupportedReason
type INSendPaymentCurrencyAmountUnsupportedReason = 
Inheritance
INSendPaymentCurrencyAmountUnsupportedReason
Attributes

Fields

AmountAboveMaximum 2

Indicates that the amount was too high.

AmountBelowMinimum 1

Indicates that the amount was too low.

CurrencyUnsupported 3

Indicates that the currency was not supported.

Applies to