PriceResolverInterface
        PriceResolverInterface.php
                :
        16
                
    
            Interface
                Methods¶
                
resolvePrice()
            ¶
    
        
        PriceResolverInterface.php
                :
        18
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $product | ProductInterface | - | - | 
| $context | PriceContextInterface|null | null | - | 
Return values
PriceInterface|null
                
resolvePrices()
            ¶
    
        
        PriceResolverInterface.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $products | array<string|int, ProductInterface> | - | - | 
| $context | PriceContextInterface|null | null | - | 
Return values
MapInterface<string, PriceInterface|null>