Class ProductCategory
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class ProductCategory
Properties
| Edit this page View SourceId
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Slug
Declaration
[JsonPropertyName("slug")]
public string? Slug { get; set; }
Property Value
| Type | Description |
|---|---|
| string |