Methods
CustomerConfigurationSettings constructor.
__construct(\BoolType $optionalNames, \BoolType $acceptPrivacy, \BoolType $splitStreetInformation, \BoolType $genderMandatory)
Arguments
$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?
Must the privacy be accepted.
acceptPrivacy() : boolean
Is gender field mandatory?
genderMandatory() : boolean
Are the customer names optional?
optionalNames() : boolean
Properties
optionalNames
optionalNames : boolean
acceptPrivacy
acceptPrivacy : boolean
genderMandatory
genderMandatory : boolean