public function VerificationResult::getTimestamp in Commerce Core 8.2
Gets the timestamp.
Return value
int The timestamp.
File
- modules/
tax/ src/ Plugin/ Commerce/ TaxNumberType/ VerificationResult.php, line 146
Class
- VerificationResult
- Represents a tax number verification result.
Namespace
Drupal\commerce_tax\Plugin\Commerce\TaxNumberTypeCode
public function getTimestamp() : int {
return $this->timestamp;
}