Automattic\WooCommerce\Admin\Features\Fulfillments\Providers

InPostShippingProvider::get_keypublicWC 1.0

Get the key of the shipping provider.

Method of the class: InPostShippingProvider{}

No Hooks.

Returns

String.

Usage

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

InPostShippingProvider::get_key() code WC 10.7.0

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