You are here

public function BillingScheduleInterface::setRetrySchedule in Commerce Recurring Framework 8

Sets the retry schedule.

Parameters

array $schedule: The retry schedule.

Return value

$this

1 method overrides BillingScheduleInterface::setRetrySchedule()
BillingSchedule::setRetrySchedule in src/Entity/BillingSchedule.php
@inheritdoc

File

src/Entity/BillingScheduleInterface.php, line 83

Class

BillingScheduleInterface
Defines the interface for billing schedules.

Namespace

Drupal\commerce_recurring\Entity

Code

public function setRetrySchedule(array $schedule);