| VoucherIsValid Method |
Namespace:
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static bool IsValid(
string voucherCode,
int listId
)
Public Shared Function IsValid (
voucherCode As String,
listId As Integer
) As Boolean
Parameters
- voucherCode
- Type: SystemString
- listId
- Type: SystemInt32
Return Value
Type:
BooleanSee Also