CurrencyCode Property
Currency code of the GrossAmount .
Object Oriented Interface
public function getCurrencyCode();
Procedural Interface
inpaypal_transactiondetails_get($res, 4 );
Default Value
''
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.
Data Type
String