Class ShipmentModel
Inheritance
System.Object
ShipmentModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ShipmentModel : Object
Constructors
ShipmentModel()
Declaration
Properties
ItemsTotal
Declaration
public MoneyModel ItemsTotal { get; set; }
Property Value
LineItems
Declaration
public IEnumerable<LineItemGetModel> LineItems { get; set; }
Property Value
OrderShipmentStatus
Declaration
public OrderShipmentStatusModel OrderShipmentStatus { get; set; }
Property Value
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
ShipmentId
Declaration
public int ShipmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShipmentTotal
Declaration
public MoneyModel ShipmentTotal { get; set; }
Property Value
ShipmentTrackingNumber
Declaration
public string ShipmentTrackingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingAddress
Declaration
public AddressModel ShippingAddress { get; set; }
Property Value
ShippingCost
Declaration
public MoneyModel ShippingCost { get; set; }
Property Value
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
WarehouseCode
Declaration
public string WarehouseCode { get; set; }
Property Value
Type |
Description |
System.String |
|