PPCurrencyCode enum
Values
- aud → const PPCurrencyCode
-
Currency Code for: Australian dollar
- brl → const PPCurrencyCode
-
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 PPCurrencyCode
-
Currency Code for: Canadian dollar
- cny → const PPCurrencyCode
-
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 PPCurrencyCode
-
Currency Code for: Czech koruna
- dkk → const PPCurrencyCode
-
Currency Code for: Danish krone
- eur → const PPCurrencyCode
-
Currency Code for: Euro
- hkd → const PPCurrencyCode
-
Currency Code for: Hong Kong dollar
- huf → const PPCurrencyCode
-
Currency Code for: Hungarian forint
Note: This currency does not support decimals. If you pass a decimal amount, an error occurs.
- inr → const PPCurrencyCode
-
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 PPCurrencyCode
-
Currency Code for: Israeli new shekel
- jpy → const PPCurrencyCode
-
Currency Code for: Japanese yen
Note: This currency does not support decimals. If you pass a decimal amount, an error occurs.
- myr → const PPCurrencyCode
-
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 PPCurrencyCode
-
Currency Code for: Mexican peso
- twd → const PPCurrencyCode
-
Currency Code for: New Taiwan dollar
Note: This currency does not support decimals. If you pass a decimal amount, an error occurs.
- nzd → const PPCurrencyCode
-
Currency Code for: New Zealand dollar
- nok → const PPCurrencyCode
-
Currency Code for: Norwegian krone
- php → const PPCurrencyCode
-
Currency Code for: Philippine peso
- pln → const PPCurrencyCode
-
Currency Code for: Polish złoty
- gbp → const PPCurrencyCode
-
Currency Code for: Pound Sterling
- rub → const PPCurrencyCode
-
Currency Code for: Russian ruble
- sgd → const PPCurrencyCode
-
Currency Code for: Singapore dollar
- sek → const PPCurrencyCode
-
Currency Code for: Swedish krona
- chf → const PPCurrencyCode
-
Currency Code for: Swiss franc
- thb → const PPCurrencyCode
-
Currency Code for: Thai baht
- usd → const PPCurrencyCode
-
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
PPCurrencyCode> - A constant List of the values in this enum, in order of their declaration.