Click or drag to resize

IFuelSurchargeAdapterSetFuelSurcharge Method

Set Fuel Surcharges

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
SoxReturn SetFuelSurcharge(
	List<FuelSurcharge> fuelSurcharges
)

Parameters

fuelSurcharges
Type: System.Collections.GenericListFuelSurcharge

[Missing <param name="fuelSurcharges"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IFuelSurchargeAdapter.SetFuelSurcharge(System.Collections.Generic.List{PSI.Sox.FuelSurcharge})"]

Return Value

Type: SoxReturn

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IFuelSurchargeAdapter.SetFuelSurcharge(System.Collections.Generic.List{PSI.Sox.FuelSurcharge})"]

See Also