BillingCurrencyCode Property
Type of currency in which you are accepting payments.
Object Oriented Interface
public function getBillingCurrencyCode(); public function setBillingCurrencyCode($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 5 ); inpaypal_recurringpayments_set($res, 5, $value );
Default Value
''
Remarks
Type of currency in which you are accepting payments.
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 |
Data Type
String