| VoucherListUpdateVoucherStatus Method |
Namespace:
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static void UpdateVoucherStatus(
int listId,
string status
)
Public Shared Sub UpdateVoucherStatus (
listId As Integer,
status As String
)
Parameters
- listId
- Type: SystemInt32
- status
- Type: SystemString
See Also