Class RewardPointDetail
Inheritance
System.Object
RewardPointDetail
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 |
|