You are here

public function PaymentMethodInterface::getExpiresTime in Commerce Core 8.2

Gets the payment method expiration timestamp.

Return value

int The payment method expiration timestamp.

1 method overrides PaymentMethodInterface::getExpiresTime()
PaymentMethod::getExpiresTime in modules/payment/src/Entity/PaymentMethod.php
Gets the payment method expiration timestamp.

File

modules/payment/src/Entity/PaymentMethodInterface.php, line 124

Class

PaymentMethodInterface
Defines the interface for payment methods.

Namespace

Drupal\commerce_payment\Entity

Code

public function getExpiresTime();