CurrencyCode Property
Type of currency in which you are accepting payments.
Syntax
__property String CurrencyCode = {read=FCurrencyCode, write=FSetCurrencyCode, default="USD"};
Default Value
"USD"
Remarks
Three-character currency code for any of the supported PayPal currencies. Supported currencies may change over time, but at the time this writing the following currency codes are valid:
USD | US Dollars |
CAD | Canadian Dollars |
EUR | Euros |
GBP | British Pounds |
JPY | Japanese Yen |
AUD | Australian Dollars |
This property is required.
Data Type
String