You are here

public function PaymentInterface::setAvsResponseCodeLabel in Commerce Core 8.2

Sets the payment AVS response code label.

Parameters

string $avs_response_code_label: The payment AVS response code label.

Return value

$this

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

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function setAvsResponseCodeLabel($avs_response_code_label);