You are here

public function PaymentInterface::getRemoteState in Commerce Core 8.2

Gets the payment remote state.

Return value

string The payment remote state.

1 method overrides PaymentInterface::getRemoteState()
Payment::getRemoteState in modules/payment/src/Entity/Payment.php
Gets the payment remote state.

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function getRemoteState();