com.liferay.commerce.channel.web.internal.constants.CommerceChannelFDSNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.channel.web
Show all versions of com.liferay.commerce.channel.web
Liferay Commerce Channel Web
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.commerce.channel.web.internal.constants;
import com.liferay.commerce.product.constants.CPPortletKeys;
/**
* @author Marko Cikos
*/
public class CommerceChannelFDSNames {
public static final String CHANNEL =
CPPortletKeys.COMMERCE_CHANNELS + "-channel";
public static final String CHANNEL_COUNTRIES =
CPPortletKeys.COMMERCE_CHANNELS + "-countries";
public static final String CHANNEL_HEALTH_CHECK =
CPPortletKeys.COMMERCE_CHANNELS + "-channelHealthCheck";
public static final String CHANNEL_QUALIFIER_ACCOUNTS =
CPPortletKeys.COMMERCE_CHANNELS + "-channelQualifierAccounts";
public static final String PAYMENT_METHOD =
CPPortletKeys.COMMERCE_CHANNELS + "-paymentMethod";
public static final String SHIPPING_METHOD =
CPPortletKeys.COMMERCE_CHANNELS + "-shippingMethod";
public static final String TAX_METHOD =
CPPortletKeys.COMMERCE_CHANNELS + "-taxMethod";
}