You are here

public function VerificationResult::getData in Commerce Core 8.2

Gets the data.

Return value

array The data.

File

modules/tax/src/Plugin/Commerce/TaxNumberType/VerificationResult.php, line 156

Class

VerificationResult
Represents a tax number verification result.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function getData() : array {
  return $this->data;
}