phpDocumentor

CustomerGroupConfigurations implements CustomerGroupConfigurationsInterface

Class GXEngineQuantityUnit.

Tags
category

System

subpackage

ValueObjects

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

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

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.

Search results