Informations about a payer.
| package |
Default |
|---|
__construct(string $email, string $firstName = '', string $lastName = '')
stringEmail address of the payer
stringFirst name of the payer
stringLast name of the payer
getEmail() : string
string
getFirstName() : string
string
getLastName() : string
string
setEmail(\Dotpay\Model\type $email) : \Dotpay\Model\Payer
| Throws |
|
|---|
\Dotpay\Model\typeEmail address of the payer
\Dotpay\Model\Payer
setFirstName(string $firstName) : \Dotpay\Model\Payer
| Throws |
|
|---|
stringFirst name of the payer
\Dotpay\Model\Payer
setLastName(\Dotpay\Model\type $lastName) : \Dotpay\Model\Payer
| Throws |
|
|---|
\Dotpay\Model\typeLast 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