Search Results for

    Show / Hide Table of Contents

    Class Autoship

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

    Constructors

    Autoship()

    Declaration
    public Autoship()

    Properties

    AssociateId

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

    AutoshipId

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

    AutoshipType

    Declaration
    public AutoshipType AutoshipType { get; set; }
    Property Value
    Type Description
    AutoshipType

    CurrencyCode

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

    Readonly.

    Custom

    Declaration
    public CustomFields Custom { get; set; }
    Property Value
    Type Description
    CustomFields

    Frequency

    Declaration
    public Frequency Frequency { get; set; }
    Property Value
    Type Description
    Frequency

    FrequencyString

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

    Readonly.

    IsActive

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

    IsCanceled

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

    LastChargeAmount

    Declaration
    public double LastChargeAmount { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Readonly.

    LastProcessDate

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

    Readonly.

    LineItems

    Declaration
    public LineItem[] LineItems { get; set; }
    Property Value
    Type Description
    LineItem[]

    NextProcessDate

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

    PaymentMerchantId

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

    PaymentMethodId

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

    ShipAddress

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

    ShipMethodId

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

    StartDate

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

    Status

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

    Readonly.

    SubTotal

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

    TotalCV

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

    TotalQV

    Declaration
    public double TotalQV { get; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX