You are here

public function BillingScheduleInterface::setProraterConfiguration in Commerce Recurring Framework 8

Sets the prorater plugin configuration.

Parameters

array $configuration: The prorater plugin configuration.

Return value

$this

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

File

src/Entity/BillingScheduleInterface.php, line 186

Class

BillingScheduleInterface
Defines the interface for billing schedules.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setProraterConfiguration(array $configuration);