Automattic\WooCommerce\Blocks\Payments
PaymentMethodTypeInterface::get_name() public WC 1.0
The name of the payment method
{} It's a method of the class: PaymentMethodTypeInterface{}
No Hooks.
Return
String.
Usage
$PaymentMethodTypeInterface = new PaymentMethodTypeInterface(); $PaymentMethodTypeInterface->get_name();
Code of PaymentMethodTypeInterface::get_name() PaymentMethodTypeInterface::get name WC 5.0.0
public function get_name();