CurrencyCode Property
Currency code used for all invoice item amounts and totals.
Object Oriented Interface
public function getCurrencyCode(); public function setCurrencyCode($value);
Procedural Interface
inpaypal_invoice_get($res, 20 ); inpaypal_invoice_set($res, 20, $value );
Default Value
''
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