ProductPriceCreateStructInterface
        ProductPriceCreateStructInterface.php
                :
        16
                 
    
            Interface
                    
                Extends
                                    ProductPriceStructInterface                            
                Methods¶
                 execute()
            ¶
execute()
            ¶
    
        
        ProductPriceStructInterface.php
                :
        16
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $productPriceService | ProductPriceServiceInterface | - | - | 
                 getAmount()
            ¶
getAmount()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        32
                 
    
        |  |  | 
Return values
numeric-string
                 getCurrency()
            ¶
getCurrency()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        34
                 
    
        |  |  | 
Return values
                 getCustomPrice()
            ¶
getCustomPrice()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        36
                 
    
        |  |  | 
Return values
Money|null
                 getCustomPriceRule()
            ¶
getCustomPriceRule()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        41
                 
    
        |  |  | 
Return values
numeric-string|null
                 getDiscriminator()
            ¶
getDiscriminator()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        23
                 
    
        Return a value that all identifies ProductPrice specific type.
|  |  | 
Return values
string
                 getMoney()
            ¶
getMoney()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        27
                 
    
        |  |  | 
Return values
Money
                 getProduct()
            ¶
getProduct()
            ¶
    
        
        ProductPriceCreateStructInterface.php
                :
        25
                 
    
        |  |  |