Search Results for

    Show / Hide Table of Contents

    Class ShipPackage

    Inheritance
    System.Object
    ShipPackage
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ShipPackage : Object

    Constructors

    ShipPackage()

    Declaration
    public ShipPackage()

    Properties

    AssociateId

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

    BANumber

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

    Carrier

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

    CurrencyCode

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

    DateShipped

    Declaration
    public DateTime DateShipped { get; set; }
    Property Value
    Type Description
    System.DateTime

    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

    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 OrderLineItem[] LineItems { get; set; }
    Property Value
    Type Description
    OrderLineItem[]

    MFNumber

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

    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

    ShipAddress

    Declaration
    public Address ShipAddress { get; set; }
    Property Value
    Type Description
    Address

    ShipByDate

    Declaration
    public DateTime ShipByDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    ShipMethodId

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

    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

    SubTotal

    Declaration
    public double SubTotal { get; }
    Property Value
    Type Description
    System.Double

    TrackingNumber

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

    Void

    Declaration
    public bool Void { get; set; }
    Property Value
    Type Description
    System.Boolean

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX