Copied!

ProductPriceUpdateStructInterface

ProductPriceUpdateStructInterface.php : 15

Methods

publicexecute()

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

Parameters

Name Type Default value Description
$productPriceService ProductPriceServiceInterface - -

publicgetCustomPriceMoney()

ProductPriceUpdateStructInterface.php : 26
public getCustomPriceMoney() : Money|null

Return values

Money|null

publicgetCustomPriceRule()

ProductPriceUpdateStructInterface.php : 28
public getCustomPriceRule() : string|null

Return values

string|null

publicgetId()

ProductPriceUpdateStructInterface.php : 22
public getId() : int

Return values

int

Tags
Deprecated

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

publicgetMoney()

ProductPriceUpdateStructInterface.php : 24
public getMoney() : Money|null

Return values

Money|null

publicgetPrice()

ProductPriceUpdateStructInterface.php : 17
public getPrice() : PriceInterface

Return values

PriceInterface

publicgetProduct()

ProductPriceStructInterface.php : 18
public getProduct() : ProductInterface

Return values

ProductInterface