Click or drag to resize

IBusinessObjectPostPackRate Method

Business rules hook that fires after a PackRate event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
void PostPackRate(
	PackingRateRequest packRateRequest,
	PackingRateResponse packingRateResponse,
	SerializableDictionary userParams
)

Parameters

packRateRequest
Type: PSI.Sox.PackingPackingRateRequest
PackRateRequest object containing the information for the package that was pack rated.
packingRateResponse
Type: PSI.Sox.PackingPackingRateResponse
PackRateResponse object containing the response from the PackRate operation.
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also