Search Results for

    Show / Hide Table of Contents

    Class PackageStatusUpdate

    Inheritance
    System.Object
    PackageStatusUpdate
    Namespace: DirectScale.Disco.Extension
    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX