You are here

public function PaymentReceiptInterface::getReceived in Ubercart 8.4

Returns the time that the payment was made.

Return value

int The timestamp.

1 method overrides PaymentReceiptInterface::getReceived()
PaymentReceipt::getReceived in payment/uc_payment/src/Entity/PaymentReceipt.php
Returns the time that the payment was made.

File

payment/uc_payment/src/PaymentReceiptInterface.php, line 82

Class

PaymentReceiptInterface
Provides an interface for defining payment receipt entities.

Namespace

Drupal\uc_payment

Code

public function getReceived();