Class CustomerErrorMessageSettings

Class CustomerSettingErrorMessages

Methods summary

public __construct( StringType $gender, StringType $firstName, StringType $lastName, StringType $dateOfBirth, StringType $company, StringType $vatNumber, StringType $email, StringType $emailAddressCheck, StringType $emailConfirmation, StringType $emailExists, StringType $street, StringType $houseNumber, StringType $postcode, StringType $city, StringType $country, StringType $countryZone, StringType $countryZoneSelection, StringType $telephoneNumber, StringType $password, StringType $passwordMismatch, StringType $privacy, StringType $invalidInput )

CustomerSettingErrorMessages constructor.

public gender( void ) : string

Error message for customers gender validation error.

public firstName( void ) : string

Error message for customers first name validation error.

public lastName( void ) : string

Error message for customers last name validation error.

public dateOfBirth( void ) : string

Error message for customers date of birth validation error.

public company( void ) : string

Error message for customers company validation error.

public vatNumber( void ) : string

Error message for customers vat number validation error.

public email( void ) : string

Error message for customers email validation error.

public emailAddressCheck( void ) : string

Error message for customers email address check error.

public emailConfirmation( void ) : string

Error message for customers email confirmation error.

public emailExists( void ) : string

Error message if customers email already exist.

public street( void ) : string

Error message for customers street validation error.

public houseNumber( void ) : string

Error message for customers house number validation error.

public postcode( void ) : string

Error message for customers post code validation error.

public city( void ) : string

Error message for customers city validation error.

public country( void ) : string

Error message for customers country validation error.

public countryZone( void ) : string

Error message for customers country zone validation error.

public countryZoneSelection( void ) : string

Error message for customers country zone selection error.

public telephoneNumber( void ) : string

Error message for customers telephone number validation error.

public password( void ) : string

Error message for customers password validation error.

public passwordMismatch( void ) : string

Error message if customers password confirmation mismatch.

public privacy( void ) : string

Error message for customers privacy validation error.

public invalidInput( void ) : string

Error message for invalid input.