public property CommercePaymentGateway::$requires_billing_information in Commerce Core 8.2
Whether the payment gateway requires billing information to be collected.
Defaults to TRUE because prior to Commerce 2.14 payment gateways could assume that billing information is always collected.
Type: bool
File
- modules/
payment/ src/ Annotation/ CommercePaymentGateway.php, line 115
Class
- CommercePaymentGateway
- Defines the payment gateway plugin annotation object.
Namespace
Drupal\commerce_payment\AnnotationCode
public $requires_billing_information = TRUE;