Click or drag to resize

ProductPriceQuantity Property

Gets or sets the quantity.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public Nullable<double> Quantity { get; set; }

Property Value

Type: NullableDouble
The quantity.
See Also