Class VariantCategoryResponse
Response model for a variant category
Inheritance
VariantCategoryResponse
Assembly: Seclai.dll
Syntax
public sealed class VariantCategoryResponse
Properties
Category
Declaration
[JsonPropertyName("category")]
public string Category { get; set; }
Property Value
Configurable
Declaration
[JsonPropertyName("configurable")]
public bool Configurable { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Options
Declaration
[JsonPropertyName("options")]
public List<VariantOptionResponse> Options { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value