com.logicommerce.sdk.enums.BenefitMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
SDK for developing Logicommerce plugins.
package com.logicommerce.sdk.enums;
/**
* BenefitMode class.
*
* @author Logicommerce
* @since 1.0.16
*/
public enum BenefitMode {
CHEAPEST, MOST_EXPENSIVE, CHEAPEST_BY_GROUPS;
}