You are here

public property CommercePaymentGateway::$payment_type in Commerce Core 8.2

The payment type used by the payment gateway.

Type: string

File

modules/payment/src/Annotation/CommercePaymentGateway.php, line 82

Class

CommercePaymentGateway
Defines the payment gateway plugin annotation object.

Namespace

Drupal\commerce_payment\Annotation

Code

public $payment_type = 'payment_default';