/**
  * Setup the resource
  *
  * @since 2.0
  * @param WC_API_Client $client class instance
  */
 public function __construct($client)
 {
     parent::__construct('reports', '', $client);
 }
 /**
  * Setup the resource
  *
  * @since 2.0
  * @param WC_API_Client $client class instance
  */
 public function __construct($client)
 {
     parent::__construct('products', 'product', $client);
 }
 /**
  * Setup the resource
  *
  * @since 2.0
  * @param WC_API_Client $client class instance
  */
 public function __construct($client)
 {
     parent::__construct('orders', 'order', $client);
 }
 /**
  * Setup the resource
  *
  * @since 2.0
  * @param WC_API_Client $client class instance
  */
 public function __construct($client)
 {
     parent::__construct('customers', 'customer', $client);
 }
 /**
  * Setup the resource
  *
  * @since 2.0
  * @param WC_API_Client $client class instance
  */
 public function __construct($client)
 {
     parent::__construct('webhooks', 'webhook', $client);
 }
 /**
  * Setup the resource
  *
  * @since 2.0
  * @param WC_API_Client $client class instance
  */
 public function __construct($client)
 {
     parent::__construct('coupons', 'coupon', $client);
 }