phpDocumentor

CustomerConfigurationSettings
in package

Class CustomerConfigurationSettings

Table of Contents

$acceptPrivacy  : bool
$genderMandatory  : bool
$optionalNames  : bool
$splitStreetInformation  : bool
__construct()  : mixed
CustomerConfigurationSettings constructor.
acceptPrivacy()  : bool
Must the privacy be accepted.
genderMandatory()  : bool
Is gender field mandatory?
optionalNames()  : bool
Are the customer names optional?
splitStreetInformation()  : bool
Should the street information be split?

Properties

Methods

__construct()

CustomerConfigurationSettings constructor.

public __construct(BoolType $optionalNames, BoolType $acceptPrivacy, BoolType $splitStreetInformation, BoolType $genderMandatory) : mixed
Parameters
$optionalNames : BoolType

Are the customer names optional?

$acceptPrivacy : BoolType

Must the privacy be accepted.

$splitStreetInformation : BoolType

Should the street information be split?

$genderMandatory : BoolType

Is the gender field mandatory?

Return values
mixed

Search results