You are here

public function PaymentOption::getId in Commerce Core 8.2

Gets the ID.

Return value

string The ID.

File

modules/payment/src/PaymentOption.php, line 77

Class

PaymentOption
Represents a payment option.

Namespace

Drupal\commerce_payment

Code

public function getId() : string {
  return $this->id;
}