CustomerGroupServiceInterface
        CustomerGroupServiceInterface.php
                :
        18
                
    
            Interface
                Methods¶
                
canBeDeleted()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        54
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $customerGroup | CustomerGroupInterface | - | - | 
Return values
bool
                
createCustomerGroup()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $createStruct | CustomerGroupCreateStruct | - | - | 
Return values
Tags
                
deleteCustomerGroup()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        26
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $customerGroup | CustomerGroupInterface | - | - | 
                
deleteCustomerGroupTranslation()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $struct | CustomerGroupDeleteTranslationStruct | - | - | 
                
findCustomerGroups()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $query | CustomerGroupQuery|null | null | - | 
Return values
Tags
                
getCustomerGroup()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        46
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
Tags
                
getCustomerGroupByIdentifier()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        33
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $prioritizedLanguages | array<string|int, string>|null | null | - | 
Return values
                
updateCustomerGroup()
            ¶
    
        
        CustomerGroupServiceInterface.php
                :
        52
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $updateStruct | CustomerGroupUpdateStruct | - | - |