Class BonusDetail
Inheritance
System.Object
BonusDetail
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class BonusDetail : Object
Constructors
BonusDetail()
Declaration
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 |
|
BonusDescription
Declaration
public string BonusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
BonusId
Declaration
public string BonusId { get; set; }
Property Value
Type |
Description |
System.String |
|
Columns
Declaration
public Dictionary<string, object> Columns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
PeriodId
Declaration
public int PeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|