You are here

public function Charge::getQuantity in Commerce Recurring Framework 8

Gets the quantity.

Return value

string The quantity.

File

src/Charge.php, line 118

Class

Charge
Represents a charge.

Namespace

Drupal\commerce_recurring

Code

public function getQuantity() {
  return $this->quantity;
}