Informations about a bank acount of 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
createFromData(\Dotpay\Provider\CustomerProviderInterface $provider) : \Dotpay\Model\Customer
\Dotpay\Provider\CustomerProviderInterface
Provider 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 |
|
---|
string
Building number of the customer
\Dotpay\Model\Customer
setCity(string $city) : \Dotpay\Model\Customer
Throws |
|
---|
string
City of the customer
\Dotpay\Model\Customer
setCountry(string $country) : \Dotpay\Model\Customer
Throws |
|
---|
string
Country of the customer
\Dotpay\Model\Customer
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
setId(string $id) : \Dotpay\Model\Customer
setLanguage(string $language) : \Dotpay\Model\Customer
Throws |
|
---|
string
Language used by the customer
\Dotpay\Model\Customer
setLastName(\Dotpay\Model\type $lastName) : \Dotpay\Model\Payer
Throws |
|
---|
\Dotpay\Model\type
Last name of the payer
\Dotpay\Model\Payer
setPhone(string $phone) : \Dotpay\Model\Customer
Throws |
|
---|
string
Phone number of the customer
\Dotpay\Model\Customer
setPostCode(string $postCode) : \Dotpay\Model\Customer
Throws |
|
---|
string
Post code of the customer
\Dotpay\Model\Customer
setStreet(string $street) : \Dotpay\Model\Customer
Throws |
|
---|
string
Street 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