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