Click or drag to resize

IShippingAdapterVoidPackage Method

voids a package transaction.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
AdapterVoidResult VoidPackage(
	long msn,
	string carrier
)

Parameters

msn
Type: SystemInt64
MSN.
carrier
Type: SystemString
Carrier Symbol.

Return Value

Type: AdapterVoidResult

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IShippingAdapter.VoidPackage(System.Int64,System.String)"]

See Also