You are here

public function PaymentGatewayInterface::collectsBillingInformation in Commerce Core 8.2

Gets whether the payment gateway collects billing information.

Return value

bool TRUE if the payment gateway collects billing information, FALSE otherwise.

1 method overrides PaymentGatewayInterface::collectsBillingInformation()
PaymentGatewayBase::collectsBillingInformation in modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php
Gets whether the payment gateway collects billing information.

File

modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayInterface.php, line 108

Class

PaymentGatewayInterface
Defines the base interface for payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

public function collectsBillingInformation();