You are here

public function SupportedCurrencyInterface::getMaximumAmount in Payment 8.2

Gets the highest supported amount.

Return value

int|float|null The amount or NULL if there is no maximum amount.

1 method overrides SupportedCurrencyInterface::getMaximumAmount()
SupportedCurrency::getMaximumAmount in src/Plugin/Payment/Method/SupportedCurrency.php
Gets the highest supported amount.

File

src/Plugin/Payment/Method/SupportedCurrencyInterface.php, line 31

Class

SupportedCurrencyInterface
Defines a currency that is supported by a payment method.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

public function getMaximumAmount();