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_recurringCode
public function getQuantity() {
return $this->quantity;
}