Search Results for

    Show / Hide Table of Contents

    Class PointsItem

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

    Constructors

    PointsItem()

    Declaration
    public PointsItem()

    Properties

    Amount

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

    AssociateId

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

    AvailableDate

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

    ExpirationDate

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

    RemainingBalance

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

    RewardPointId

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