phpDocumentor

CustomerGroupConfigurationsInterface

Interface CustomerGroupConfigurationsInterface

Tags
category

System

subpackage

ValueObjects

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

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.

Search results