Class CustomerConfigurationSettings
Class CustomerConfigurationSettings
Methods summary
public
|
#
__construct( BoolType $optionalNames, BoolType $acceptPrivacy, BoolType $splitStreetInformation )
CustomerConfigurationSettings constructor.
CustomerConfigurationSettings constructor.
Parameters
- $optionalNames
- Are the customer names optional?
- $acceptPrivacy
- Must the privacy be accepted.
- $splitStreetInformation
- Should the street information be split?
|
public
boolean
|
#
optionalNames( )
Are the customer names optional?
Are the customer names optional?
Returns
boolean
|
public
boolean
|
#
acceptPrivacy( )
Must the privacy be accepted.
Must the privacy be accepted.
Returns
boolean
|
public
boolean
|
#
splitStreetInformation( )
Should the street information be split?
Should the street information be split?
Returns
boolean
|