File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/AdsProductLinkInvitationQuery.php.tar
wp-content/plugins/google-listings-and-ads/src/API/Google/Query/AdsProductLinkInvitationQuery.php 0000644 00000001110 15155613314 0037236 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\API\Google\Query;
defined( 'ABSPATH' ) || exit;
/**
* Class AdsProductLinkInvitationQuery
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\API\Google\Query
*/
class AdsProductLinkInvitationQuery extends AdsQuery {
/**
* AdsProductLinkInvitationQuery constructor.
*/
public function __construct() {
parent::__construct( 'product_link_invitation' );
$this->columns( [ 'product_link_invitation.merchant_center.merchant_center_id', 'product_link_invitation.status' ] );
}
}