Class OrderPackage
Inheritance
System.Object
OrderPackage
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class OrderPackage : Object
Constructors
OrderPackage()
Declaration
Properties
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Carrier
Declaration
public string Carrier { get; set; }
Property Value
Type |
Description |
System.String |
|
DateShipped
Declaration
public DateTime DateShipped { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ExternalSyncId
Declaration
public double ExternalSyncId { get; set; }
Property Value
Type |
Description |
System.Double |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsPrinted
Declaration
public bool IsPrinted { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsReturned
Declaration
public bool IsReturned { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsRMA
Declaration
public bool IsRMA { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsShipped
Declaration
public bool IsShipped { get; }
Property Value
Type |
Description |
System.Boolean |
|
Length
Declaration
public double Length { get; set; }
Property Value
Type |
Description |
System.Double |
|
LineItems
Declaration
public List<OrderLineItem> LineItems { get; set; }
Property Value
Notes
Declaration
public string Notes { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderDate
Declaration
public DateTime OrderDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PackPrinted
Declaration
public bool PackPrinted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PickPrinted
Declaration
public bool PickPrinted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintedDate
Declaration
public Nullable<DateTime> PrintedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ReturnDate
Declaration
public DateTime ReturnDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
RMANumber
Declaration
public string RMANumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ShipByDate
Declaration
public DateTime ShipByDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ShipMethodDescription
Declaration
public string ShipMethodDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ShipMethodId
Declaration
public int ShipMethodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShippingAddress
Declaration
public Address ShippingAddress { get; set; }
Property Value
ShipTo
Declaration
public string ShipTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; }
Property Value
Type |
Description |
System.String |
|
TrackingNumber
Declaration
public string TrackingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
WarehouseId
Declaration
public int WarehouseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Weight
Declaration
public double Weight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|