CustomerGroupConfigurations
in package
implements
CustomerGroupConfigurationsInterface
Class GXEngineQuantityUnit.
Tags
Interfaces, Classes and Traits
- CustomerGroupConfigurationsInterface
- Interface CustomerGroupConfigurationsInterface
Table of Contents
- $discount : float
- $maxOrder : float
- $minOrder : float
- $otDiscount : float
- $unallowedPaymentModules : array<string|int, mixed>
- $unallowedShippingModules : array<string|int, mixed>
- __construct() : mixed
- CustomerGroupConfigurations constructor.
- 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.
Properties
$discount
protected
float
$discount
$maxOrder
protected
float
$maxOrder
$minOrder
protected
float
$minOrder
$otDiscount
protected
float
$otDiscount
$unallowedPaymentModules
protected
array<string|int, mixed>
$unallowedPaymentModules
$unallowedShippingModules
protected
array<string|int, mixed>
$unallowedShippingModules
Methods
__construct()
CustomerGroupConfigurations constructor.
public
__construct(DecimalType $discount, DecimalType $otDiscount[, DecimalType $minOrder = null ][, DecimalType $maxOrder = null ][, array<string|int, mixed> $unallowedPaymentModules = [] ][, array<string|int, mixed> $unallowedShippingModules = [] ]) : mixed
Parameters
- $discount : DecimalType
- $otDiscount : DecimalType
- $minOrder : DecimalType = null
- $maxOrder : DecimalType = null
- $unallowedPaymentModules : array<string|int, mixed> = []
- $unallowedShippingModules : array<string|int, mixed> = []
Return values
mixed —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 shipping modules.