Click or drag to resize

PreAddressValidation

This topic describes the ShipExec Server PreAddressValidation Rule

A business rule hook that fires before the AddressValidation event

Sample PreAddressValidation Rule
C#
public void PreAddressValidation(NameAddress nameAddress, bool useSimpleNameAddress, SerializableDictionary userParams)
{

}
See Also