OnCreateSellingUnitEventInterface
extends
SellingUnitEventInterface
in
Table of Contents
- builder() : SellingUnitBuilderInterface
- id() : SellingUnitId
- product() : ProductDataInterface|null
- setProduct() : mixed
- setXtcPrice() : mixed
- xtcPrice() : PriceDataInterface|null
Methods
builder()
public
builder() : SellingUnitBuilderInterface
Return values
SellingUnitBuilderInterface —id()
public
id() : SellingUnitId
Return values
SellingUnitId —product()
public
product() : ProductDataInterface|null
Return values
ProductDataInterface|null —setProduct()
public
setProduct(ProductDataInterface $product) : mixed
Parameters
- $product : ProductDataInterface
Return values
mixed —setXtcPrice()
public
setXtcPrice(PriceDataInterface $price) : mixed
Parameters
- $price : PriceDataInterface
Return values
mixed —xtcPrice()
public
xtcPrice() : PriceDataInterface|null