File "Response.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Send_Item_Updates/Response.php
File size: 634 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
 *
 * This source code is licensed under the license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @package FacebookCommerce
 */

namespace WooCommerce\Facebook\API\Catalog\Send_Item_Updates;

defined( 'ABSPATH' ) || exit;

/**
 * Send_Item_Updates API response object
 *
 * @since 2.0.0
 */
class Response extends \WooCommerce\Facebook\API\Response {

	/**
	 * Gets the handles field from the response.
	 *
	 * @since 2.0.0
	 *
	 * @return array|null
	 */
	public function get_handles() {
		return $this->handles;
	}
}