You are here

public function BillingSchedule::getRetrySchedule in Commerce Recurring Framework 8

@inheritdoc

Overrides BillingScheduleInterface::getRetrySchedule

File

src/Entity/BillingSchedule.php, line 189

Class

BillingSchedule
Defines the billing schedule entity class.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getRetrySchedule() {
  return $this->retrySchedule;
}