public property PaymentMethodController::$currencies in Payment 7
An array with ISO 4217 currency codes that this controller supports.
Keys are ISO 4217 currency codes. Values are associative arrays with keys "minimum" and "maximum", whose values are the minimum and maximum amount supported for the specified currency. Leave empty to allow all currencies.
Type: array[]
File
- ./
payment.classes.inc, line 793 - The API and related functions for executing and managing payments.
Class
- PaymentMethodController
- A payment method controller, e.g. the logic behind a payment method.
Code
public $currencies = array();