You are here

public function PaymentInterface::setCompletedTime in Commerce Core 8.2

Sets the payment completed timestamp.

Parameters

int $timestamp: The payment completed timestamp.

Return value

$this

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

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function setCompletedTime($timestamp);