CurrencyCode Property
Currency code of the GrossAmount .
Syntax
[VB.NET] Public ReadOnlyProperty CurrencyCode As String
[C#] public string CurrencyCode {get;}
Remarks
This property is returned by PayPal after a call to GetTransactionDetails. 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 read-only.
Default Value
""