ProductVariantUpdateStruct
        ProductVariantUpdateStruct.php
                :
        11
                 
    
                                Final
                
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        21
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $attributes | array<string, object|scalar|array<string|int, mixed>|null> | [] | - | 
| $code | string|null | null | - | 
                 getAttribute()
            ¶
getAttribute()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        40
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $default | object|scalar|array<string|int, mixed>|null | null | - | 
Return values
object|scalar|array<string|int, mixed>|null
                 getAttributes()
            ¶
getAttributes()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        30
                 
    
        |  |  | 
Return values
array<string, object|scalar|array<string|int, mixed>|null>
                 getCode()
            ¶
getCode()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        71
                 
    
        |  |  | 
Return values
string|null
                 hasAttribute()
            ¶
hasAttribute()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        45
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
Return values
bool
                 hasAttributes()
            ¶
hasAttributes()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        50
                 
    
        |  |  | 
Return values
bool
                 setAttribute()
            ¶
setAttribute()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        58
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
| $value | object|scalar|array<string|int, mixed>|null | - | - | 
                 setAttributes()
            ¶
setAttributes()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        66
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $attributes | array<string, object|scalar|array<string|int, mixed>|null> | - | - | 
                 setCode()
            ¶
setCode()
            ¶
    
        
        ProductVariantUpdateStruct.php
                :
        76
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $code | string|null | - | - |