HealthAndBeautyBusiness

final
static if(isWeb)
class HealthAndBeautyBusiness : LocalBusiness {}

Constructors

this
this()

Creates a new health and beauty business.

Inherited Members

From LocalBusiness

image
string image [@property getter]

Gets the image.

image
string image [@property setter]

Sets the image.

openingHours
string[] openingHours [@property getter]

Gets the opening hours.

openingHours
string[] openingHours [@property setter]

Sets the opening hours.

priceRange
string priceRange [@property getter]

Gets the price range.

priceRange
string priceRange [@property setter]

Sets the price range.

Meta