You are here

public function SubscriptionInterface::getCustomerId in Commerce Recurring Framework 8

Gets the customer ID.

Return value

int The customer ID.

1 method overrides SubscriptionInterface::getCustomerId()
Subscription::getCustomerId in src/Entity/Subscription.php
Gets the customer ID.

File

src/Entity/SubscriptionInterface.php, line 84

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getCustomerId();