You are here

public function PaymentOption::getPaymentGatewayId in Commerce Core 8.2

Gets the payment gateway ID.

Return value

string The payment gateway ID.

File

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

Class

PaymentOption
Represents a payment option.

Namespace

Drupal\commerce_payment

Code

public function getPaymentGatewayId() : string {
  return $this->paymentGatewayId;
}