public function SubscriptionInterface::setBillingSchedule in Commerce Recurring Framework 8
Sets the billing schedule.
Parameters
\Drupal\commerce_recurring\Entity\BillingScheduleInterface $billing_schedule: The billing schedule.
Return value
$this
1 method overrides SubscriptionInterface::setBillingSchedule()
- Subscription::setBillingSchedule in src/
Entity/ Subscription.php - Sets the billing schedule.
File
- src/
Entity/ SubscriptionInterface.php, line 58
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function setBillingSchedule(BillingScheduleInterface $billing_schedule);