You are here

public function SubscriptionInterface::setEndTime in Commerce Recurring Framework 8

Sets the end timestamp.

Parameters

int $timestamp: The end timestamp.

Return value

$this

1 method overrides SubscriptionInterface::setEndTime()
Subscription::setEndTime in src/Entity/Subscription.php
Sets the end timestamp.

File

src/Entity/SubscriptionInterface.php, line 480

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setEndTime($timestamp);