Class CustomerMaxLengthSettings

Class CustomerMaxLengthSettings

Methods summary

public __construct( IntType $firstName, IntType $lastName, IntType $company, IntType $vatNumber, IntType $street, IntType $houseNumber, IntType $postcode, IntType $city, IntType $countryZone, IntType $suburb, IntType $telephoneNumber )

CustomerMaxLengthSettings constructor.

public firstName( void ) : integer

Max length of customers first name.

public lastName( void ) : integer

Max length of customers last name.

public company( void ) : integer

Max length of customers company.

public vatNumber( void ) : integer

Max length of customers vat number.

public street( void ) : integer

Max length of customers street.

public houseNumber( void ) : integer

Max length of customers house number.

public postcode( void ) : integer

Max length of customers post code.

public city( void ) : integer

Max length of customers city.

public countryZone( void ) : integer

Max length of customers country zone.

public suburb( void ) : integer

Max length of customers suburb.

public telephoneNumber( void ) : integer

Max length of customers telephone number.