[This is preliminary documentation and is subject to change.]
Estimates shipping label cost
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Nullable<Amount> EstimateShippingCost(
IShippingContext context,
Shipment shipment
)
public Nullable<Amount> EstimateShippingCost(
IShippingContext context,
Shipment shipment
)
Public Function EstimateShippingCost (
context As IShippingContext,
shipment As Shipment
) As Nullable(Of Amount)
Public Function EstimateShippingCost (
context As IShippingContext,
shipment As Shipment
) As Nullable(Of Amount)
public:
Nullable<Amount> EstimateShippingCost(
IShippingContext^ context,
Shipment^ shipment
)
public:
Nullable<Amount> EstimateShippingCost(
IShippingContext^ context,
Shipment^ shipment
)
member EstimateShippingCost :
context : IShippingContext *
shipment : Shipment -> Nullable<Amount>
member EstimateShippingCost :
context : IShippingContext *
shipment : Shipment -> Nullable<Amount>
Return Value
Type:
Nullable Amount