CustomerConfigurationSettings

Class CustomerConfigurationSettings

package

Default

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

Response

boolean

Is gender field mandatory?

genderMandatory() : boolean

Response

boolean

Are the customer names optional?

optionalNames() : boolean

Response

boolean

Should the street information be split?

splitStreetInformation() : boolean

Response

boolean

Properties

optionalNames

optionalNames : boolean
var

Type(s)

boolean

acceptPrivacy

acceptPrivacy : boolean
var

Type(s)

boolean

splitStreetInformation

splitStreetInformation : boolean
var

Type(s)

boolean

genderMandatory

genderMandatory : boolean
var

Type(s)

boolean