Automattic\WooCommerce\Blocks\Payments

PaymentMethodTypeInterface::get_supported_features()publicWC 1.0

Get array of supported features.

Method of the class: PaymentMethodTypeInterface{}

No Hooks.

Return

String[].

Usage

$PaymentMethodTypeInterface = new PaymentMethodTypeInterface();
$PaymentMethodTypeInterface->get_supported_features();

PaymentMethodTypeInterface::get_supported_features() code WC 8.7.0

public function get_supported_features();