Click or drag to resize

IFuelSurchargeAdapterGetFuelSurcharge Method

Get Fuel Surcharges for carrier

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
FuelSurchargeResponse GetFuelSurcharge(
	string carrier,
	string shipper
)

Parameters

carrier
Type: SystemString

[Missing <param name="carrier"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IFuelSurchargeAdapter.GetFuelSurcharge(System.String,System.String)"]

shipper
Type: SystemString

[Missing <param name="shipper"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IFuelSurchargeAdapter.GetFuelSurcharge(System.String,System.String)"]

Return Value

Type: FuelSurchargeResponse
FuelSurchargeResponse
See Also