You are here

public function SubscriptionInterface::setTrialEndTime in Commerce Recurring Framework 8

Sets the trial end timestamp.

Parameters

int $timestamp: The trial end timestamp.

Return value

$this

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

File

src/Entity/SubscriptionInterface.php, line 428

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setTrialEndTime($timestamp);