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