You are here

public function PaymentInterface::setExpiresTime in Commerce Core 8.2

Sets the payment expiration timestamp.

Parameters

int $timestamp: The payment expiration timestamp.

Return value

$this

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

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function setExpiresTime($timestamp);