Click or drag to resize

PostAddressValidation

This topic describes the ShipExec Server PostAddressValidation Rule

A business rule hook that fires after the AddressValidation event

Sample PostAddressValidation Rule
C#
public void PostAddressValidation(NameAddress nameAddress, List<NameAddressValidationCandidate> addressValidationCandidates, SerializableDictionary userParams)
{

}
See Also