Class CustomerGroupConfigurations

Class GXEngineQuantityUnit.

CustomerGroupConfigurations implements CustomerGroupConfigurationsInterface

Methods summary

public __construct( DecimalType $discount, DecimalType $otDiscount, DecimalType $minOrder = null, DecimalType $maxOrder = null, array $unallowedPaymentModules = [], array $unallowedShippingModules = [] )

CustomerGroupConfigurations constructor.

public getMinOrder( void ) : float

Returns the minimum order.

public getMaxOrder( void ) : float

Returns the maximum order.

public getDiscount( void ) : float

Returns the discount.

public getOtDiscount( void ) : float

Returns the ot discount.

public getUnallowedPaymentModules( void ) : array

Returns the unallowed payment modules.

public getUnallowedShippingModules( void ) : array

Returns the unallowed shipping modules.

Properties summary

protected $minOrder : float

		
protected $maxOrder : float

		
protected $discount : float

		
protected $otDiscount : float

		
protected $unallowedPaymentModules : array

		
protected $unallowedShippingModules : array