CustomerGroupConfigurationsInterface
in
Interface CustomerGroupConfigurationsInterface
Tags
Table of Contents
- getDiscount() : float
- Returns the discount.
- getMaxOrder() : float
- Returns the maximum order.
- getMinOrder() : float
- Returns the minimum order.
- getOtDiscount() : float
- Returns the ot discount.
- getUnallowedPaymentModules() : array<string|int, mixed>
- Returns the unallowed payment modules.
- getUnallowedShippingModules() : array<string|int, mixed>
- Returns the unallowed shipping modules.
Methods
getDiscount()
Returns the discount.
public
getDiscount() : float
Return values
float —The discount.
getMaxOrder()
Returns the maximum order.
public
getMaxOrder() : float
Return values
float —The maximum order.
getMinOrder()
Returns the minimum order.
public
getMinOrder() : float
Return values
float —The minimum order.
getOtDiscount()
Returns the ot discount.
public
getOtDiscount() : float
Return values
float —The ot discount.
getUnallowedPaymentModules()
Returns the unallowed payment modules.
public
getUnallowedPaymentModules() : array<string|int, mixed>
Return values
array<string|int, mixed> —The unallowed payment modules.
getUnallowedShippingModules()
Returns the unallowed shipping modules.
public
getUnallowedShippingModules() : array<string|int, mixed>
Return values
array<string|int, mixed> —The unallowed shippings.