You are here

public function CustomerHandlerInterface::getCustomer in Mailchimp E-Commerce 8

Read a customer from Mailchimp.

Parameters

string $customer_id: Unique id of customer.

Return value

object Mailchimp customer object.

1 method overrides CustomerHandlerInterface::getCustomer()
CustomerHandler::getCustomer in src/CustomerHandler.php
@inheritdoc

File

src/CustomerHandlerInterface.php, line 20

Class

CustomerHandlerInterface
Interface for the Customer handler.

Namespace

Drupal\mailchimp_ecommerce

Code

public function getCustomer($customer_id);