Automattic\WooCommerce\Internal\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 10.3.3
public function get_name(): string {
return 'Amazon Logistics';
}