All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.commerce.channel.web.internal.constants.CommerceChannelFDSNames Maven / Gradle / Ivy

The newest version!
/**
 * 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";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy