Click or drag to resize

IShippingAdapterDeleteTransmitItems Method

Delete specified transmit items

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
void DeleteTransmitItems(
	string carrier,
	string shipper,
	List<TransmitItem> transmitItems
)

Parameters

carrier
Type: SystemString
carrier
shipper
Type: SystemString
shipper
transmitItems
Type: System.Collections.GenericListTransmitItem
list of transmitItem
See Also