You are here

protected property PaymentDeclinedEvent::$retryDays in Commerce Recurring Framework 8

The number of days until the next retry.

0 if the maximum number of retries has been reached, and the dunning cycle is terminating.

Type: int

File

src/Event/PaymentDeclinedEvent.php, line 31

Class

PaymentDeclinedEvent
Defines the payment declined event.

Namespace

Drupal\commerce_recurring\Event

Code

protected $retryDays;