Class ProductPage
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class ProductPage
Properties
| Edit this page View SourceNumber
Declaration
[JsonPropertyName("number")]
public int? Number { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Products
Declaration
[JsonPropertyName("products")]
public List<Product>? Products { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Product> |
Size
Declaration
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |