Search Results for

    Show / Hide Table of Contents

    Class SubscriptionItem

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

    Constructors

    SubscriptionItem()

    Declaration
    public SubscriptionItem()

    Properties

    CreateAutoship

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

    GracePeriod

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

    ItemId

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

    Period

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

    PeriodType

    Declaration
    public SubscriptionPeriodType PeriodType { get; set; }
    Property Value
    Type Description
    SubscriptionPeriodType

    SubscriptionId

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

    YearlyRenewal

    Declaration
    public bool YearlyRenewal { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX