You are here

public function PaymentInterface::setRemoteId in Commerce Core 8.2

Sets the payment remote ID.

Parameters

string $remote_id: The payment remote ID.

Return value

$this

1 method overrides PaymentInterface::setRemoteId()
Payment::setRemoteId in modules/payment/src/Entity/Payment.php
Sets the payment remote ID.

File

modules/payment/src/Entity/PaymentInterface.php, line 80

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function setRemoteId($remote_id);