Click or drag to resize

ProductHasPriceWithTheseCriteria Method (String, String, String, String, Double)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public bool HasPriceWithTheseCriteria(
	string productVariantId,
	string unitId,
	string productPeriodId,
	string currencyCode,
	double quantity
)

Parameters

productVariantId
Type: SystemString
unitId
Type: SystemString
productPeriodId
Type: SystemString
currencyCode
Type: SystemString
quantity
Type: SystemDouble

Return Value

Type: Boolean
See Also