Automattic\WooCommerce\Internal\Fulfillments\Providers
UPSShippingProvider::get_key
Get the key of the shipping provider.
Method of the class: UPSShippingProvider{}
No Hooks.
Returns
String.
Usage
$UPSShippingProvider = new UPSShippingProvider(); $UPSShippingProvider->get_key(): string;
UPSShippingProvider::get_key() UPSShippingProvider::get key code WC 10.3.3
public function get_key(): string {
return 'ups';
}