IBusinessObjectPostModifyPackageList Method | |
Business rules hook that fires after the ModifyPackageList event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PostModifyPackageList(
string carrier,
ModifyPackageListResult modifyPackageListResult,
Package package,
SerializableDictionary userParams
)
void PostModifyPackageList(
String^ carrier,
ModifyPackageListResult^ modifyPackageListResult,
Package^ package,
SerializableDictionary^ userParams
)
function PostModifyPackageList(carrier, modifyPackageListResult, package, userParams);
Parameters
- carrier
- Type: SystemString
ShipExec Carrier Symbol. Example: CONNECTSHIP_UPS.UPS - modifyPackageListResult
- Type: PSI.SoxModifyPackageListResult
Modify Package List Result. - package
- Type: PSI.SoxPackage
SerializableDictionary object that can be used to pass in key/value pairs for custom use. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also