public function BillingSchedule::getProraterId in Commerce Recurring Framework 8
Gets the prorater plugin ID.
Return value
string The prorater plugin ID.
Overrides BillingScheduleInterface::getProraterId
File
- src/
Entity/ BillingSchedule.php, line 258
Class
- BillingSchedule
- Defines the billing schedule entity class.
Namespace
Drupal\commerce_recurring\EntityCode
public function getProraterId() {
return $this->prorater;
}