You are here

public function PaymentDeclinedEvent::getRetryDays in Commerce Recurring Framework 8

Gets the number of days until the next retry.

Return value

int The number of days until the next retry.

File

src/Event/PaymentDeclinedEvent.php, line 92

Class

PaymentDeclinedEvent
Defines the payment declined event.

Namespace

Drupal\commerce_recurring\Event

Code

public function getRetryDays() {
  return $this->retryDays;
}