Class PackageStatusUpdate
Inheritance
System.Object
PackageStatusUpdate
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class PackageStatusUpdate : Object
Constructors
PackageStatusUpdate()
Declaration
public PackageStatusUpdate()
Properties
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 |
|
PackageId
Declaration
public int PackageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrintedDate
Declaration
public Nullable<DateTime> PrintedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TrackingNumber
Declaration
public string TrackingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|