public function Charge::getBillingPeriod in Commerce Recurring Framework 8
Gets the billing period.
Return value
\Drupal\commerce_recurring\BillingPeriod The billing period.
File
- src/
Charge.php, line 141
Class
- Charge
- Represents a charge.
Namespace
Drupal\commerce_recurringCode
public function getBillingPeriod() {
return $this->billingPeriod;
}