Automattic\WooCommerce\Internal\Fulfillments\Providers
DPDShippingProvider::get_key
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() DPDShippingProvider::get key code WC 10.3.3
public function get_key(): string {
return 'dpd';
}