You are here

public function BillingScheduleInterface::getUnpaidSubscriptionState in Commerce Recurring Framework 8

Gets the unpaid subscription state.

This is the state that the subscription will transition to after the end of the dunning cycle. Common values:

  • active (indicating that the subscription should stay active)
  • canceled (indicating that the subscription should be canceled).

Return value

string The subscription state.

1 method overrides BillingScheduleInterface::getUnpaidSubscriptionState()
BillingSchedule::getUnpaidSubscriptionState in src/Entity/BillingSchedule.php
Gets the unpaid subscription state.

File

src/Entity/BillingScheduleInterface.php, line 96

Class

BillingScheduleInterface
Defines the interface for billing schedules.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getUnpaidSubscriptionState();