[This is preliminary documentation and is subject to change.]
Creates shipping direct/return label
Namespace: NFX.Web.ShippingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Label CreateLabel(
ShippingSession session,
IShippingContext context,
Shipment shipment
)
Label CreateLabel(
ShippingSession session,
IShippingContext context,
Shipment shipment
)
Function CreateLabel (
session As ShippingSession,
context As IShippingContext,
shipment As Shipment
) As Label
Function CreateLabel (
session As ShippingSession,
context As IShippingContext,
shipment As Shipment
) As Label
Label CreateLabel(
ShippingSession^ session,
IShippingContext^ context,
Shipment^ shipment
)
Label CreateLabel(
ShippingSession^ session,
IShippingContext^ context,
Shipment^ shipment
)
abstract CreateLabel :
session : ShippingSession *
context : IShippingContext *
shipment : Shipment -> Label
abstract CreateLabel :
session : ShippingSession *
context : IShippingContext *
shipment : Shipment -> Label
Return Value
Type:
Label