Automattic\WooCommerce\Internal\RestApi\Routes\V4\Customers
UpdateUtils::get_object_type
Get object type.
Method of the class: UpdateUtils{}
No Hooks.
Returns
String.
Usage
// private - for code of main (parent) class only $result = $this->get_object_type(): string;
UpdateUtils::get_object_type() UpdateUtils::get object type code WC 10.4.3
private function get_object_type(): string {
return 'user';
}