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.
CustomerMaxLengthSettings constructor.
Parameters
- $firstName
- Max length of customers first name.
- $lastName
- Max length of customers last name.
- $company
- Max length of customers company.
- $vatNumber
- Max length of customers vat number.
- $street
- Max length of customers street.
- $houseNumber
- Max length of customers house number.
- $postcode
- Max length of customers post code.
- $city
- Max length of customers city.
- $countryZone
- Max length of customers country zone.
- $suburb
- Max length of customers suburb.
- $telephoneNumber
- Max length of customers telephone number.
|
public
integer
|
#
firstName( )
Max length of customers first name.
Max length of customers first name.
Returns
integer
|
public
integer
|
#
lastName( )
Max length of customers last name.
Max length of customers last name.
Returns
integer
|
public
integer
|
#
company( )
Max length of customers company.
Max length of customers company.
Returns
integer
|
public
integer
|
#
vatNumber( )
Max length of customers vat number.
Max length of customers vat number.
Returns
integer
|
public
integer
|
#
street( )
Max length of customers street.
Max length of customers street.
Returns
integer
|
public
integer
|
#
houseNumber( )
Max length of customers house number.
Max length of customers house number.
Returns
integer
|
public
integer
|
#
postcode( )
Max length of customers post code.
Max length of customers post code.
Returns
integer
|
public
integer
|
#
city( )
Max length of customers city.
Max length of customers city.
Returns
integer
|
public
integer
|
#
countryZone( )
Max length of customers country zone.
Max length of customers country zone.
Returns
integer
|
public
integer
|
#
suburb( )
Max length of customers suburb.
Max length of customers suburb.
Returns
integer
|
public
integer
|
#
telephoneNumber( )
Max length of customers telephone number.
Max length of customers telephone number.
Returns
integer
|