| 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
Public Function HasPriceWithTheseCriteria (
productVariantId As String,
unitId As String,
productPeriodId As String,
currencyCode As String,
quantity As Double
) As Boolean
Parameters
- productVariantId
- Type: SystemString
- unitId
- Type: SystemString
- productPeriodId
- Type: SystemString
- currencyCode
- Type: SystemString
- quantity
- Type: SystemDouble
Return Value
Type:
BooleanSee Also