You are here

public function SubscriptionInterface::setTrialStartTime in Commerce Recurring Framework 8

Sets the trial start timestamp.

Parameters

int $timestamp: The trial start timestamp.

Return value

$this

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

File

src/Entity/SubscriptionInterface.php, line 410

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setTrialStartTime($timestamp);