Poq.SDK.Node

Home > @poq/sdk-sfcc > VariationAttributeValue > (constructor)

VariationAttributeValue.(constructor)

Constructs a new instance of the VariationAttributeValue class

Signature:

constructor(params?: {
        value: string;
        description?: string;
        image?: Image;
        imageSwatch?: Image;
        name?: string;
        orderable?: boolean;
    });

Parameters

Parameter Type Description
params { value: string; description?: string; image?: Image; imageSwatch?: Image; name?: string; orderable?: boolean; } (Optional)