Automattic\WooCommerce\Internal\ProductFeed\Integrations\POSCatalog
POSIntegration::get_id
{@inheritdoc}
Method of the class: POSIntegration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$POSIntegration = new POSIntegration(); $POSIntegration->get_id(): string;
POSIntegration::get_id() POSIntegration::get id code WC 10.7.0
public function get_id(): string {
return 'pos';
}