Automattic\WooCommerce\Internal\Fulfillments\Providers

EvriHermesShippingProvider::get_keypublicWC 1.0

Get the unique key for this shipping provider.

Method of the class: EvriHermesShippingProvider{}

No Hooks.

Returns

String. Unique key.

Usage

$EvriHermesShippingProvider = new EvriHermesShippingProvider();
$EvriHermesShippingProvider->get_key(): string;

EvriHermesShippingProvider::get_key() code WC 10.3.3

public function get_key(): string {
	return 'evri-hermes';
}