Click or drag to resize

PreVoid

This topic describes the ShipExec Server PreVoid Rule

A business rule hook that fires before the Void event

Sample PreVoid Rule
C#
public void PreVoid(Package package, SerializableDictionary userParams)
{

}
See Also