FPayPalCurrencyCode enum

Inheritance
Available extensions

Values

aud → const FPayPalCurrencyCode

Currency Code for: Australian dollar

brl → const FPayPalCurrencyCode

Currency Code for: Brazilian real

Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.If the receiver of funds is not from Brazil, then PayPal converts funds into the primary holding currency of the account with the applicable currency conversion rate.The currency conversion rate includes PayPal's applicable spread or fee.

cad → const FPayPalCurrencyCode

Currency Code for: Canadian dollar

cny → const FPayPalCurrencyCode

Currency Code for: Chinese Renmenbi

Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.

czk → const FPayPalCurrencyCode

Currency Code for: Czech koruna

dkk → const FPayPalCurrencyCode

Currency Code for: Danish krone

eur → const FPayPalCurrencyCode

Currency Code for: Euro

hkd → const FPayPalCurrencyCode

Currency Code for: Hong Kong dollar

huf → const FPayPalCurrencyCode

Currency Code for: Hungarian forint

Note: This currency does not support decimals.If you pass a decimal amount, an error occurs.

inr → const FPayPalCurrencyCode

Currency Code for: Indian rupee

Note: This currency is supported as a payment currency and a currency balance for in-country PayPal India accounts only.

ils → const FPayPalCurrencyCode

Currency Code for: Israeli new shekel

jpy → const FPayPalCurrencyCode

Currency Code for: Japanese yen

Note: This currency does not support decimals.If you pass a decimal amount, an error occurs.

myr → const FPayPalCurrencyCode

Currency Code for: Malaysian ringgit

Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.

mxn → const FPayPalCurrencyCode

Currency Code for: Mexican peso

twd → const FPayPalCurrencyCode

Currency Code for: New Taiwan dollar

Note: This currency does not support decimals.If you pass a decimal amount, an error occurs.

nzd → const FPayPalCurrencyCode

Currency Code for: New Zealand dollar

nok → const FPayPalCurrencyCode

Currency Code for: Norwegian krone

php → const FPayPalCurrencyCode

Currency Code for: Philippine peso

pln → const FPayPalCurrencyCode

Currency Code for: Polish złoty

gbp → const FPayPalCurrencyCode

Currency Code for: Pound Sterling

rub → const FPayPalCurrencyCode

Currency Code for: Russian ruble

sgd → const FPayPalCurrencyCode

Currency Code for: Singapore dollar

sek → const FPayPalCurrencyCode

Currency Code for: Swedish krona

chf → const FPayPalCurrencyCode

Currency Code for: Swiss franc

thb → const FPayPalCurrencyCode

Currency Code for: Thai baht

usd → const FPayPalCurrencyCode

Currency Code for: United States dollar

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FPayPalCurrencyCode>
A constant List of the values in this enum, in order of their declaration.