Class CustomerConfigurationSettings

Class CustomerConfigurationSettings

Methods summary

public __construct( BoolType $optionalNames, BoolType $acceptPrivacy, BoolType $splitStreetInformation, BoolType $genderMandatory )

CustomerConfigurationSettings constructor.

public optionalNames( void ) : boolean

Are the customer names optional?

public acceptPrivacy( void ) : boolean

Must the privacy be accepted.

public splitStreetInformation( void ) : boolean

Should the street information be split?

public genderMandatory( void ) : boolean

Is gender field mandatory?

Properties summary

protected $optionalNames : boolean

		
protected $acceptPrivacy : boolean

		
protected $splitStreetInformation : boolean

		
protected $genderMandatory : boolean