ProductPriceUpdateStructInterface
        ProductPriceUpdateStructInterface.php
                :
        15
                 
    
            Interface
                    
                Extends
                                    ProductPriceStructInterface                            
                Methods¶
                 execute()
            ¶
execute()
            ¶
    
        
        ProductPriceStructInterface.php
                :
        16
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $productPriceService | ProductPriceServiceInterface | - | - | 
                 getCustomPriceMoney()
            ¶
getCustomPriceMoney()
            ¶
    
        
        ProductPriceUpdateStructInterface.php
                :
        26
                 
    
        |  |  | 
Return values
Money|null
                 getCustomPriceRule()
            ¶
getCustomPriceRule()
            ¶
    
        
        ProductPriceUpdateStructInterface.php
                :
        28
                 
    
        |  |  | 
Return values
string|null
                 getId()
            ¶
getId()
            ¶
    
        
        ProductPriceUpdateStructInterface.php
                :
        22
                 
    
        |  |  | 
Return values
int
Tags
                 getMoney()
            ¶
getMoney()
            ¶
    
        
        ProductPriceUpdateStructInterface.php
                :
        24
                 
    
        |  |  | 
Return values
Money|null
                 getPrice()
            ¶
getPrice()
            ¶
    
        
        ProductPriceUpdateStructInterface.php
                :
        17
                 
    
        |  |  | 
Return values
                 getProduct()
            ¶
getProduct()
            ¶
    
        
        ProductPriceStructInterface.php
                :
        18
                 
    
        |  |  |