You are here

public function BillingScheduleInterface::allowTrials in Commerce Recurring Framework 8

Checks whether the billing schedule allows trials.

Return value

bool TRUE if the billing schedule allows trials, FALSE otherwise.

1 method overrides BillingScheduleInterface::allowTrials()
IntervalBase::allowTrials in src/Plugin/Commerce/BillingSchedule/IntervalBase.php
Checks whether the billing schedule allows trials.

File

src/Plugin/Commerce/BillingSchedule/BillingScheduleInterface.php, line 36

Class

BillingScheduleInterface
Provides the interface for billing schedules.

Namespace

Drupal\commerce_recurring\Plugin\Commerce\BillingSchedule

Code

public function allowTrials();