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