| VoucherGetVoucherByCode Method (String, Int32) |
Namespace:
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static Voucher GetVoucherByCode(
string voucherCode,
int listId
)
Public Shared Function GetVoucherByCode (
voucherCode As String,
listId As Integer
) As Voucher
Parameters
- voucherCode
- Type: SystemString
- listId
- Type: SystemInt32
Return Value
Type:
VoucherSee Also