Search Results for

    Show / Hide Table of Contents

    Class RewardPointDetail

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

    Constructors

    RewardPointDetail()

    Declaration
    public RewardPointDetail()

    Properties

    Amount

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

    OrderId

    Declaration
    public Nullable<int> OrderId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    RewardPointId

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

    Source

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

    TransactionDate

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