Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.shop.ProductType
-
-
Uses of ProductType in ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.surcharge
Methods in ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.surcharge that return ProductType Modifier and Type Method Description @NotNull ProductTypeSurchargeDiscount. getType()Methods in ru.easydonate.easydonate4j.api.v3.data.model.plugin.easydonate.surcharge with parameters of type ProductType Modifier and Type Method Description booleanSurchargePluginSettings. isAvailableFor(@NotNull ProductType productType) -
Uses of ProductType in ru.easydonate.easydonate4j.api.v3.data.model.shop
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop that return ProductType Modifier and Type Method Description static @NotNull ProductTypeProductType. getByKey(@Nullable String key)Get the enum constant by the known product type key (can be null).static ProductTypeProductType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductType[]ProductType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProductType in ru.easydonate.easydonate4j.api.v3.data.model.shop.product
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.product that return ProductType Modifier and Type Method Description @NotNull ProductTypeProduct. getType()Get the type of this product. -
Uses of ProductType in ru.easydonate.easydonate4j.api.v3.data.model.shop.purchase
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop.purchase that return ProductType Modifier and Type Method Description @NotNull ProductTypePurchasedProduct. getType()Get the type of the purchased product.
-