Informations about a bank acount of 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
createFromData(\Dotpay\Provider\CustomerProviderInterface $provider) : \Dotpay\Model\Customer
\Dotpay\Provider\CustomerProviderInterfaceProvider which contains data from shop application
\Dotpay\Model\Customer
extractBnFromStreet()
getBuildingNumber() : string
string
getCity() : string
string
getCountry() : string
string
getEmail() : string
string
getFirstName() : string
string
getId() : integer|null
integer|null
getLanguage() : string
string
getLastName() : string
string
getPhone() : string
string
getPostCode() : string
string
getStreet() : string
string
setBuildingNumber(string $buildingNumber) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringBuilding number of the customer
\Dotpay\Model\Customer
setCity(string $city) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringCity of the customer
\Dotpay\Model\Customer
setCountry(string $country) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringCountry of the customer
\Dotpay\Model\Customer
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
setId(string $id) : \Dotpay\Model\Customer
setLanguage(string $language) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringLanguage used by the customer
\Dotpay\Model\Customer
setLastName(\Dotpay\Model\type $lastName) : \Dotpay\Model\Payer
| Throws |
|
|---|
\Dotpay\Model\typeLast name of the payer
\Dotpay\Model\Payer
setPhone(string $phone) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringPhone number of the customer
\Dotpay\Model\Customer
setPostCode(string $postCode) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringPost code of the customer
\Dotpay\Model\Customer
setStreet(string $street) : \Dotpay\Model\Customer
| Throws |
|
|---|
stringStreet name of the customer
\Dotpay\Model\Customer
LANGUAGES :
id : integer|null
| var |
Id of the customer in a shop |
|---|
integer|null
street : string
| var |
Street name of the customer |
|---|
string
buildingNumber : string
| var |
Building number of the customer |
|---|
string
postCode : string
| var |
Post code of the customer |
|---|
string
city : string
| var |
City of the customer |
|---|
string
country : string
| var |
Country of the customer |
|---|
string
phone : string
| var |
Phone number of the customer |
|---|
string
language : string
| var |
Language used by the customer |
|---|
string
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