Class CustomerConfigurationSettings
Class CustomerConfigurationSettings
Methods summary
public
__construct( BoolType $optionalNames, BoolType $acceptPrivacy, BoolType $splitStreetInformation, BoolType $genderMandatory )
CustomerConfigurationSettings constructor.
CustomerConfigurationSettings constructor.
Parameters
$optionalNames
- Are the customer names optional?
$acceptPrivacy
- Must the privacy be accepted.
$splitStreetInformation
- Should the street information be split?
$genderMandatory
- Is the gender field mandatory?
public
optionalNames( void )
: boolean
Are the customer names optional?
Are the customer names optional?
Returns
boolean
public
acceptPrivacy( void )
: boolean
Must the privacy be accepted.
Must the privacy be accepted.
Returns
boolean
public
genderMandatory( void )
: boolean
Is gender field mandatory?
Is gender field mandatory?
Returns
boolean
Properties summary