CustomerGroupSettings

Implements \CustomerGroupSettingsInterface

Class CustomerGroupSettings

category

System

package

CustomerGroup

subpackage

ValueObjects

Methods

__construct

__construct(\BoolType $statusPublic, \BoolType $statusOtDiscount, \BoolType $statusGraduatedPrices, \BoolType $statusShowPrice, \BoolType $statusShowPriceTax, \BoolType $statusAddTaxOt, \BoolType $statusDiscountAttributes, \BoolType $statusFsk18Purchasable, \BoolType $statusFsk18Display, \BoolType $statusWriteReviews, \BoolType $statusReadReviews) 

Arguments

$statusPublic

\BoolType

$statusOtDiscount

\BoolType

$statusGraduatedPrices

\BoolType

$statusShowPrice

\BoolType

$statusShowPriceTax

\BoolType

$statusAddTaxOt

\BoolType

$statusDiscountAttributes

\BoolType

$statusFsk18Purchasable

\BoolType

$statusFsk18Display

\BoolType

$statusWriteReviews

\BoolType

$statusReadReviews

\BoolType

Checks if add tax ot enable or not.

isAddTaxOt() : boolean

Response

boolean

Checks if discount attributes enable or not.

isDiscountAttributes() : boolean

Response

boolean

Checks if fsk 18 display enable or not.

isFsk18Display() : boolean

Response

boolean

Checks if fsk 18 enable or not.

isFsk18Purchasable() : boolean

Response

boolean

Checks if graduated prices enable or not.

isGraduatedPrices() : boolean

Response

boolean

Checks if ot discount flag enable or not.

isOtDiscountFlag() : boolean

Response

boolean

Checks if the customer group is public or not.

isPublic() : boolean

Response

boolean

Checks if read reviews enable or not.

isReadReviews() : boolean

Response

boolean

Checks if show price enable or not.

isShowPrice() : boolean

Response

boolean

Checks if show price tax enable or not.

isShowPriceTax() : boolean

Response

boolean

Checks if write reviews enable or not.

isWriteReviews() : boolean

Response

boolean

Properties