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
$acceptPrivacy
protected
bool
$acceptPrivacy
$genderMandatory
protected
bool
$genderMandatory
$optionalNames
protected
bool
$optionalNames
$splitStreetInformation
protected
bool
$splitStreetInformation
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 —acceptPrivacy()
Must the privacy be accepted.
public
acceptPrivacy() : bool
Return values
bool —genderMandatory()
Is gender field mandatory?
public
genderMandatory() : bool
Return values
bool —optionalNames()
Are the customer names optional?
public
optionalNames() : bool
Return values
bool —splitStreetInformation()
Should the street information be split?
public
splitStreetInformation() : bool