You are here

public function Charge::getFullBillingPeriod in Commerce Recurring Framework 8

Gets the full billing period.

Return value

\Drupal\commerce_recurring\BillingPeriod The full billing period.

File

src/Charge.php, line 151

Class

Charge
Represents a charge.

Namespace

Drupal\commerce_recurring

Code

public function getFullBillingPeriod() {
  return $this->fullBillingPeriod;
}