public function PaymentInterface::getExpiresTime in Commerce Core 8.2
Gets the payment expiration timestamp.
Marks the time after which the payment can no longer be completed.
Return value
int The payment expiration timestamp.
1 method overrides PaymentInterface::getExpiresTime()
- Payment::getExpiresTime in modules/
payment/ src/ Entity/ Payment.php - Gets the payment expiration timestamp.
File
- modules/
payment/ src/ Entity/ PaymentInterface.php, line 234
Class
- PaymentInterface
- Defines the interface for payments.
Namespace
Drupal\commerce_payment\EntityCode
public function getExpiresTime();