Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ShipmentModel

Inheritance
System.Object
ShipmentModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ShipmentModel : Object

Constructors

ShipmentModel()

Declaration
public ShipmentModel()

Properties

ItemsTotal

Declaration
public MoneyModel ItemsTotal { get; set; }
Property Value
Type Description
MoneyModel

LineItems

Declaration
public IEnumerable<LineItemGetModel> LineItems { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<LineItemGetModel>

OrderShipmentStatus

Declaration
public OrderShipmentStatusModel OrderShipmentStatus { get; set; }
Property Value
Type Description
OrderShipmentStatusModel

PickListId

Declaration
public Nullable<int> PickListId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Properties

Declaration
public IEnumerable<PropertyItemModel> Properties { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PropertyItemModel>

ShipmentId

Declaration
public int ShipmentId { get; set; }
Property Value
Type Description
System.Int32

ShipmentTotal

Declaration
public MoneyModel ShipmentTotal { get; set; }
Property Value
Type Description
MoneyModel

ShipmentTrackingNumber

Declaration
public string ShipmentTrackingNumber { get; set; }
Property Value
Type Description
System.String

ShippingAddress

Declaration
public AddressModel ShippingAddress { get; set; }
Property Value
Type Description
AddressModel

ShippingCost

Declaration
public MoneyModel ShippingCost { get; set; }
Property Value
Type Description
MoneyModel

ShippingMethodId

Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type Description
System.Guid

ShippingMethodName

Declaration
public string ShippingMethodName { get; set; }
Property Value
Type Description
System.String

ShippingTax

Declaration
public MoneyModel ShippingTax { get; set; }
Property Value
Type Description
MoneyModel

WarehouseCode

Declaration
public string WarehouseCode { get; set; }
Property Value
Type Description
System.String