You are here

public function BillingScheduleInterface::setProraterId in Commerce Recurring Framework 8

Sets the prorater plugin ID.

Parameters

string $prorater_id: The prorater plugin ID.

Return value

$this

1 method overrides BillingScheduleInterface::setProraterId()
BillingSchedule::setProraterId in src/Entity/BillingSchedule.php
Sets the prorater plugin ID.

File

src/Entity/BillingScheduleInterface.php, line 168

Class

BillingScheduleInterface
Defines the interface for billing schedules.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setProraterId($prorater_id);