CustomerProviderInterface

Extends

Interface of customer data providers from shop.

package

Default

Methods

Return a building number of the customer.

getBuildingNumber() : string

Response

string

Return a city of the customer.

getCity() : string

Response

string

Return a country of the customer.

getCountry() : string

Response

string

Return an email address of the payer.

getEmail() : string

Response

string

Return a first name of the payer.

getFirstName() : string

Response

string

Return an id of the customer in a shop.

getId() : integer|null

Response

integer|null

Return a language used by the customer.

getLanguage() : string

Response

string

Return a last name of the payer.

getLastName() : string

Response

string

Return a phone number of the customer.

getPhone() : string

Response

string

Return a post code of the customer.

getPostCode() : string

Response

string

Return a street name of the customer.

getStreet() : string

Response

string