You are here

public function SubscriptionInterface::getTrialEndTime in Commerce Recurring Framework 8

Gets the trial end timestamp.

Return value

int The trial end timestamp.

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

File

src/Entity/SubscriptionInterface.php, line 418

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getTrialEndTime();