You are here

public function SubscriptionInterface::setNextRenewalTime in Commerce Recurring Framework 8

Sets the next renewal timestamp.

Parameters

int $timestamp: The next renewal timestamp.

Return value

$this

1 method overrides SubscriptionInterface::setNextRenewalTime()
Subscription::setNextRenewalTime in src/Entity/Subscription.php
Sets the next renewal timestamp.

File

src/Entity/SubscriptionInterface.php, line 366

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setNextRenewalTime($timestamp);