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