<?php
 /*
 * Copyright (c) Meta Platforms, Inc. and 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.
 */

namespace FacebookPixelPlugin\FacebookAds\Object\Values;

use FacebookPixelPlugin\FacebookAds\Enum\AbstractEnum;

/**
 * This class is auto-generated.
 *
 * For any issues or feature requests related to this class, please let us know
 * on github and we'll fix in our codegen framework. We'll not be able to accept
 * pull request for this class.
 *
 * @method static ProductCatalogDiagnosticGroupAffectedChannelsValues getInstance()
 */
class ProductCatalogDiagnosticGroupAffectedChannelsValues extends AbstractEnum {

  const B2C_MARKETPLACE = 'b2c_marketplace';
  const C2C_MARKETPLACE = 'c2c_marketplace';
  const DA = 'da';
  const DAILY_DEALS = 'daily_deals';
  const DAILY_DEALS_LEGACY = 'daily_deals_legacy';
  const IG_PRODUCT_TAGGING = 'ig_product_tagging';
  const MARKETPLACE = 'marketplace';
  const MARKETPLACE_ADS_DEPRECATED = 'marketplace_ads_deprecated';
  const MARKETPLACE_SHOPS = 'marketplace_shops';
  const MINI_SHOPS = 'mini_shops';
  const OFFLINE_CONVERSIONS = 'offline_conversions';
  const SHOPS = 'shops';
  const UNIVERSAL_CHECKOUT = 'universal_checkout';
  const WHATSAPP = 'whatsapp';
}
