You are here

public function CouponCodePattern::getSuffix in Commerce Core 8.2

Gets the suffix.

Return value

string The suffix.

File

modules/promotion/src/CouponCodePattern.php, line 97

Class

CouponCodePattern
Represents a coupon code pattern.

Namespace

Drupal\commerce_promotion

Code

public function getSuffix() : string {
  return $this->suffix;
}