You are here

public function ExchangerProviderRates::isTransform in Commerce Exchanger 8

Determine if price where transformed.

Return value

bool Return true if price where transformed.

File

src/ExchangerProviderRates.php, line 112

Class

ExchangerProviderRates
Represents remote exchange rates data with base currency.

Namespace

Drupal\commerce_exchanger

Code

public function isTransform() {
  return $this->transform;
}