Share via


INRequestPaymentCurrencyAmountUnsupportedReason Enum

Definition

Enumerates reasons that a currency transfer amount is not supported.

[ObjCRuntime.Native]
public enum INRequestPaymentCurrencyAmountUnsupportedReason
[<ObjCRuntime.Native>]
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.

Applies to