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