ProductVariantCreateStruct
        ProductVariantCreateStruct.php
                :
        11
                 
    
                                Final
                
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        21
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $attributes | array<int|string, mixed> | - | - | 
| $code | string|null | null | - | 
                 getAttribute()
            ¶
getAttribute()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        41
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $default | mixed|null | null | - | 
Return values
mixed|null
                 getAttributes()
            ¶
getAttributes()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        30
                 
    
        |  |  | 
Return values
array<int|string, mixed>
                 getCode()
            ¶
getCode()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        62
                 
    
        |  |  | 
Return values
string|null
                 setAttribute()
            ¶
setAttribute()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        49
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $value | mixed | - | - | 
                 setAttributes()
            ¶
setAttributes()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        57
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $attributes | array<string, mixed> | - | - | 
                 setCode()
            ¶
setCode()
            ¶
    
        
        ProductVariantCreateStruct.php
                :
        67
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $code | string|null | - | - |