Informations about a payer.
package |
Default |
---|
__construct(string $email, string $firstName = '', string $lastName = '')
string
Email address of the payer
string
First name of the payer
string
Last name of the payer
getEmail() : string
string
getFirstName() : string
string
getLastName() : string
string
setEmail(\Dotpay\Model\type $email) : \Dotpay\Model\Payer
Throws |
|
---|
\Dotpay\Model\type
Email address of the payer
\Dotpay\Model\Payer
setFirstName(string $firstName) : \Dotpay\Model\Payer
Throws |
|
---|
string
First name of the payer
\Dotpay\Model\Payer
setLastName(\Dotpay\Model\type $lastName) : \Dotpay\Model\Payer
Throws |
|
---|
\Dotpay\Model\type
Last name of the payer
\Dotpay\Model\Payer
email : string
var |
Email address of the payer |
---|
string
firstName : string
var |
First name of the payer |
---|
string
lastName : string
var |
Last name of the payer |
---|
string