You are here

public function PaymentInterface::getCompletedTime in Commerce Core 8.2

Gets the payment completed timestamp.

Return value

int The payment completed timestamp.

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

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function getCompletedTime();