Class PricePageRequest
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class PricePageRequest
Properties
| Edit this page View SourcePageNumber
Declaration
[JsonPropertyName("page_number")]
public int? PageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageSize
Declaration
[JsonPropertyName("page_size")]
public int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ProductId
Declaration
[JsonPropertyName("product_id")]
public string? ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |