Properties

$emailAddress

$emailAddress : string

Email

Type

string

$firstName

$firstName : string

First name

Type

string

$lastName

$lastName : string

Last name

Type

string

$homeTelephone

$homeTelephone : array

Home phone

Type

array

$mobileTelephone

$mobileTelephone : array

Mobile phone

Type

array

Methods

setHomeTelephone()

setHomeTelephone(array  $homeTelephone) : \billythekid\v12finance\models\Customer

Sets the home phone

Parameters

array $homeTelephone

Throws

\billythekid\v12finance\models\exceptions\InvalidTelephoneException

Returns

\billythekid\v12finance\models\Customer

setMobileTelephone()

setMobileTelephone(array  $mobileTelephone) : \billythekid\v12finance\models\Customer

Sets the mobile phone

Parameters

array $mobileTelephone

Throws

\billythekid\v12finance\models\exceptions\InvalidTelephoneException

Returns

\billythekid\v12finance\models\Customer

getEmailAddress()

getEmailAddress() : string

Gets the email

Returns

string

getFirstName()

getFirstName() : string

Gets the first name

Returns

string

getLastName()

getLastName() : string

Gets the last name

Returns

string

getHomeTelephone()

getHomeTelephone() : array

Gets the home phone

Returns

array

getMobileTelephone()

getMobileTelephone() : array

Gets the mobile phone

Returns

array

jsonSerialize()

jsonSerialize() : mixed

Specify data which should be serialized to JSON

Returns

mixed —

data which can be serialized by json_encode, which is a value of any type other than a resource.

validateTelephoneNumber()

validateTelephoneNumber(  $telephoneNumber) 

Validates a telephone number has both a 'code' and 'number' parameter

Parameters

$telephoneNumber

Throws

\billythekid\v12finance\models\exceptions\InvalidTelephoneException