public function BillingScheduleInterface::getRetrySchedule in Commerce Recurring Framework 8
Gets the retry schedule.
Controls the dunning process that starts after a declined payment. For example, [1, 3, 5] means that a recurring order's payment will be retried 3 times, with 1, 3, and 5 days between retries.
Return value
array The retry schedule.
1 method overrides BillingScheduleInterface::getRetrySchedule()
- BillingSchedule::getRetrySchedule in src/
Entity/ BillingSchedule.php - @inheritdoc
File
- src/
Entity/ BillingScheduleInterface.php, line 73
Class
- BillingScheduleInterface
- Defines the interface for billing schedules.
Namespace
Drupal\commerce_recurring\EntityCode
public function getRetrySchedule();