You are here

public function PaymentInterface::setAuthorizedTime in Commerce Core 8.2

Sets the payment authorization timestamp.

Parameters

int $timestamp: The payment authorization timestamp.

Return value

$this

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

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function setAuthorizedTime($timestamp);