public function SupportedCurrencyInterface::getMinimumAmount in Payment 8.2
Gets the lowest supported amount.
Return value
int|float|null The amount or NULL if there is no minimum amount.
1 method overrides SupportedCurrencyInterface::getMinimumAmount()
- SupportedCurrency::getMinimumAmount in src/
Plugin/ Payment/ Method/ SupportedCurrency.php - Gets the lowest supported amount.
File
- src/
Plugin/ Payment/ Method/ SupportedCurrencyInterface.php, line 23
Class
- SupportedCurrencyInterface
- Defines a currency that is supported by a payment method.
Namespace
Drupal\payment\Plugin\Payment\MethodCode
public function getMinimumAmount();