Automattic\WooCommerce\Internal\Fulfillments\Providers

SeurShippingProvider::get_keypublicWC 1.0

Get the key of the shipping provider.

Method of the class: SeurShippingProvider{}

No Hooks.

Returns

String.

Usage

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

SeurShippingProvider::get_key() code WC 10.3.3

public function get_key(): string {
	return 'seur';
}