You are here

public function PaymentReceiptInterface::getAmount in Ubercart 8.4

Returns the amount that was paid.

Return value

float The amount.

1 method overrides PaymentReceiptInterface::getAmount()
PaymentReceipt::getAmount in payment/uc_payment/src/Entity/PaymentReceipt.php
Returns the amount that was paid.

File

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

Class

PaymentReceiptInterface
Provides an interface for defining payment receipt entities.

Namespace

Drupal\uc_payment

Code

public function getAmount();