Class PurchaseIntentQuantity
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class PurchaseIntentQuantity
Properties
| Edit this page View SourceMax
Declaration
[JsonPropertyName("max")]
public int? Max { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Min
Declaration
[JsonPropertyName("min")]
public int Min { get; set; }
Property Value
| Type | Description |
|---|---|
| int |