Store
extends PlatformUtility
in package
Provides access to store utility functions.
Tags
Table of Contents
- getAddress() : string|null
- Get the address where the store is located.
- getBankAccount() : string|null
- Get the bank account of the store.
- getCity() : string|null
- Get the city where the store is located.
- getCompany() : string|null
- Get the company name of the store.
- getContactPerson() : string|null
- Get the contact person of the store.
- getCountry() : string|null
- Get the country where the store is located.
- getDisplayUrl() : string|null
- Get the display url of the store.
- getEmail() : string|null
- Get the email address of the store.
- getFax() : string|null
- Get the fax number of the store.
- getName() : string|null
- Get the name of the store.
- getPhone() : string|null
- Get the phone number of the store.
- getPhoneMobile() : string|null
- Get the mobile phone of the store.
- getUrl() : string|null
- Get the url of the store.
- getVATNumber() : string|null
- Get the VAT number of the store.
- getZipcode() : string|null
- Get the zipcode where the store is located.
Methods
getAddress()
Get the address where the store is located.
public
getAddress() :
string|null
Tags
Return values
string|null —getBankAccount()
Get the bank account of the store.
public
getBankAccount() :
string|null
Tags
Return values
string|null —getCity()
Get the city where the store is located.
public
getCity() :
string|null
Tags
Return values
string|null —getCompany()
Get the company name of the store.
public
getCompany() :
string|null
Tags
Return values
string|null —getContactPerson()
Get the contact person of the store.
public
getContactPerson() :
string|null
Tags
Return values
string|null —getCountry()
Get the country where the store is located.
public
getCountry() :
string|null
Tags
Return values
string|null —getDisplayUrl()
Get the display url of the store.
public
getDisplayUrl() :
string|null
Tags
Return values
string|null —getEmail()
Get the email address of the store.
public
getEmail() :
string|null
Tags
Return values
string|null —getFax()
Get the fax number of the store.
public
getFax() :
string|null
Tags
Return values
string|null —getName()
Get the name of the store.
public
getName() :
string|null
Tags
Return values
string|null —getPhone()
Get the phone number of the store.
public
getPhone() :
string|null
Tags
Return values
string|null —getPhoneMobile()
Get the mobile phone of the store.
public
getPhoneMobile() :
string|null
Tags
Return values
string|null —getUrl()
Get the url of the store.
public
getUrl() :
string|null
Tags
Return values
string|null —getVATNumber()
Get the VAT number of the store.
public
getVATNumber() :
string|null
Tags
Return values
string|null —getZipcode()
Get the zipcode where the store is located.
public
getZipcode() :
string|null