public function CustomerHandlerInterface::getCustomerTotalSpent in Mailchimp E-Commerce 8
Returns the total amount spent by a customer.
Parameters
string $email_address: The email address associated with the customer.
Return value
float The total amount spent.
1 method overrides CustomerHandlerInterface::getCustomerTotalSpent()
- CustomerHandler::getCustomerTotalSpent in src/
CustomerHandler.php - @inheritdoc
File
- src/
CustomerHandlerInterface.php, line 92
Class
- CustomerHandlerInterface
- Interface for the Customer handler.
Namespace
Drupal\mailchimp_ecommerceCode
public function getCustomerTotalSpent($email_address);