DiscountCodeCreateStruct
        DiscountCodeCreateStruct.php
                :
        13
                 
    
                                Final
                
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        DiscountCodeCreateStruct.php
                :
        23
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $code | string | - | - | 
| $usedLimit | int|null | - | - | 
| $creatorId | int | - | - | 
| $createdAt | DateTimeImmutable | - | - | 
                 getCode()
            ¶
getCode()
            ¶
    
        
        DiscountCodeCreateStruct.php
                :
        35
                 
    
        |  |  | 
Return values
string
                 getCreatedAt()
            ¶
getCreatedAt()
            ¶
    
        
        DiscountCodeCreateStruct.php
                :
        50
                 
    
        |  |  | 
Return values
DateTimeImmutable
                 getCreatorId()
            ¶
getCreatorId()
            ¶
    
        
        DiscountCodeCreateStruct.php
                :
        45
                 
    
        |  |  | 
Return values
int
                 getUsedLimit()
            ¶
getUsedLimit()
            ¶
    
        
        DiscountCodeCreateStruct.php
                :
        40
                 
    
        |  |  | 
Return values
int|null