Automattic\WooCommerce\Admin\Features\Fulfillments\Providers
AmazonLogisticsShippingProvider::get_name
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() AmazonLogisticsShippingProvider::get name code WC 11.0.1
public function get_name(): string {
return 'Amazon Logistics';
}