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