You are here

public function SubscriptionInterface::setCustomerId in Commerce Recurring Framework 8

Sets the customer ID.

Parameters

int $uid: The customer ID.

Return value

$this

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

File

src/Entity/SubscriptionInterface.php, line 94

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setCustomerId($uid);