You are here

protected property BillingSchedule::$billingType in Commerce Recurring Framework 8

The billing type.

One of the BillingScheduleInterface::BILLING_TYPE_ constants.

Type: string

File

src/Entity/BillingSchedule.php, line 94

Class

BillingSchedule
Defines the billing schedule entity class.

Namespace

Drupal\commerce_recurring\Entity

Code

protected $billingType = self::BILLING_TYPE_PREPAID;