Automattic\WooCommerce\Internal\Fulfillments\Providers

AmazonLogisticsShippingProvider::get_namepublicWC 1.0

Gets the display name of the provider.

Method of the class: AmazonLogisticsShippingProvider{}

No Hooks.

Returns

String. The provider name 'Amazon Logistics'.

Usage

$AmazonLogisticsShippingProvider = new AmazonLogisticsShippingProvider();
$AmazonLogisticsShippingProvider->get_name(): string;

AmazonLogisticsShippingProvider::get_name() code WC 10.3.3

public function get_name(): string {
	return 'Amazon Logistics';
}