public function BillingScheduleInterface::setBillingType in Commerce Recurring Framework 8
Sets the billing type.
Parameters
string $billing_type: The billing type.
Return value
$this
1 method overrides BillingScheduleInterface::setBillingType()
- BillingSchedule::setBillingType in src/
Entity/ BillingSchedule.php - Sets the billing type.
File
- src/
Entity/ BillingScheduleInterface.php, line 61
Class
- BillingScheduleInterface
- Defines the interface for billing schedules.
Namespace
Drupal\commerce_recurring\EntityCode
public function setBillingType($billing_type);