Automattic\WooCommerce\Internal\Fulfillments\Providers

DPDShippingProvider::get_keypublicWC 1.0

Get the unique key for this shipping provider.

Method of the class: DPDShippingProvider{}

No Hooks.

Returns

String. Unique key.

Usage

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

DPDShippingProvider::get_key() code WC 10.3.3

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