You are here

public function PaymentInterface::getAuthorizedTime in Commerce Core 8.2

Gets the payment authorization timestamp.

Return value

int The payment authorization timestamp.

1 method overrides PaymentInterface::getAuthorizedTime()
Payment::getAuthorizedTime in modules/payment/src/Entity/Payment.php
Gets the payment authorization timestamp.

File

modules/payment/src/Entity/PaymentInterface.php, line 206

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function getAuthorizedTime();