CurrencyCreateStruct
        CurrencyCreateStruct.php
                :
        11
                
    
                                Final
                
        
        
                Methods¶
                
__construct()
            ¶
    
        
        CurrencyCreateStruct.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $code | string | - | - | 
| $subunits | int | - | - | 
| $enabled | bool | - | - | 
                
getCode()
            ¶
    
        
        CurrencyCreateStruct.php
                :
        37
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getSubunits()
            ¶
    
        
        CurrencyCreateStruct.php
                :
        47
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
isEnabled()
            ¶
    
        
        CurrencyCreateStruct.php
                :
        55
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool