You are here

public function PaymentInterface::getAvsResponseCodeLabel in Commerce Core 8.2

Gets the payment AVS response code label.

Return value

string|null The payment AVS response code label, or NULL if it does not exist.

1 method overrides PaymentInterface::getAvsResponseCodeLabel()
Payment::getAvsResponseCodeLabel in modules/payment/src/Entity/Payment.php
Gets the payment AVS response code label.

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function getAvsResponseCodeLabel();