class ServiceItem extends Model (View source)

Properties

protected $freeFormServiceItemType
protected $freeFormServiceItemDataType
protected $priceType
protected $priceDataType
protected $structuredServiceItemType
protected $structuredServiceItemDataType

Methods

setFreeFormServiceItem(FreeFormServiceItem $freeFormServiceItem)

No description

setPrice(Money $price)

No description

getPrice()

No description

setStructuredServiceItem(StructuredServiceItem $structuredServiceItem)

No description

Details

setFreeFormServiceItem(FreeFormServiceItem $freeFormServiceItem)

No description

Parameters

FreeFormServiceItem $freeFormServiceItem

FreeFormServiceItem getFreeFormServiceItem()

No description

Return Value

FreeFormServiceItem

setPrice(Money $price)

No description

Parameters

Money $price

Money getPrice()

No description

Return Value

Money

setStructuredServiceItem(StructuredServiceItem $structuredServiceItem)

No description

Parameters

StructuredServiceItem $structuredServiceItem

StructuredServiceItem getStructuredServiceItem()

No description

Return Value

StructuredServiceItem