You are here

public function PaymentMethodInterface::getRemoteId in Commerce Core 8.2

Gets the payment method remote ID.

Return value

string The payment method remote ID.

1 method overrides PaymentMethodInterface::getRemoteId()
PaymentMethod::getRemoteId in modules/payment/src/Entity/PaymentMethod.php
Gets the payment method remote ID.

File

modules/payment/src/Entity/PaymentMethodInterface.php, line 40

Class

PaymentMethodInterface
Defines the interface for payment methods.

Namespace

Drupal\commerce_payment\Entity

Code

public function getRemoteId();