Properties¶
                 $operator
            ¶
        $operator
            ¶
    
        
        AbstractPriceCriterion.php
                :
        19
                 
    
        |  |  | 
                 $value
            ¶
        $value
            ¶
    
        
        AbstractPriceCriterion.php
                :
        17
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        CustomPrice.php
                :
        18
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $value | Money | - | - | 
| $operator | string | Operator::EQ | - | 
| $customerGroup | CustomerGroupInterface|null | null | - | 
                 getCurrency()
            ¶
getCurrency()
            ¶
    
        
        AbstractPriceCriterion.php
                :
        37
                 
    
        |  |  | 
Return values
Currency
                 getCustomerGroup()
            ¶
getCustomerGroup()
            ¶
    
        
        CustomPrice.php
                :
        28
                 
    
        |  |  | 
Return values
                 getOperator()
            ¶
getOperator()
            ¶
    
        
        AbstractPriceCriterion.php
                :
        32
                 
    
        |  |  | 
Return values
string
                 getValue()
            ¶
getValue()
            ¶
    
        
        AbstractPriceCriterion.php
                :
        27
                 
    
        |  |  | 
Return values
Money
                 setCustomerGroup()
            ¶
setCustomerGroup()
            ¶
    
        
        CustomPrice.php
                :
        33
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $customerGroup | CustomerGroupInterface|null | - | - |