GeneralPropertiesMapperInterface
        GeneralPropertiesMapperInterface.php
                :
        17
                
    
            Interface
                Methods¶
                
createFormData()
            ¶
    
        
        GeneralPropertiesMapperInterface.php
                :
        22
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $type | string | - | - | 
| $ruleType | string | - | - | 
| $language | Language | - | - | 
Return values
                
mapCreateDataToStruct()
            ¶
    
        
        GeneralPropertiesMapperInterface.php
                :
        33
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | GeneralPropertiesInterface | - | - | 
| $struct | DiscountCreateStruct | - | - | 
                
mapDiscountToFormData()
            ¶
    
        
        GeneralPropertiesMapperInterface.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $discount | DiscountInterface | - | - | 
| $language | Language | - | - | 
Return values
                
mapUpdateDataToStruct()
            ¶
    
        
        GeneralPropertiesMapperInterface.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $discount | DiscountInterface | - | - | 
| $data | GeneralPropertiesInterface | - | - | 
| $struct | DiscountUpdateStruct | - | - |