Copied!

ProductPriceDeleteStructInterface

ProductPriceDeleteStructInterface.php : 14

Methods

publicexecute()

ProductPriceStructInterface.php : 16
public execute(ProductPriceServiceInterface $productPriceService) : void

Parameters

Name Type Default value Description
$productPriceService ProductPriceServiceInterface - -

publicgetId()

ProductPriceDeleteStructInterface.php : 21
public getId() : int

Return values

int

Tags
Deprecated

since 4.2. Use getPrice()->getId() instead.

publicgetPrice()

ProductPriceDeleteStructInterface.php : 16
public getPrice() : PriceInterface

Return values

PriceInterface

publicgetProduct()

ProductPriceStructInterface.php : 18
public getProduct() : ProductInterface

Return values

ProductInterface