Automattic\WooCommerce\Blocks\Payments\Integrations

AbstractPaymentMethodType::get_namepublicWC 1.0

Returns the name of the payment method.

Method of the class: AbstractPaymentMethodType{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractPaymentMethodType = new AbstractPaymentMethodType();
$AbstractPaymentMethodType->get_name();

AbstractPaymentMethodType::get_name() code WC 9.9.5

public function get_name() {
	return $this->name;
}