Class AssociateCommissionResult
Inheritance
System.Object
AssociateCommissionResult
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class AssociateCommissionResult : Object
Constructors
AssociateCommissionResult()
Declaration
public AssociateCommissionResult()
Fields
Payments
Declaration
public List<PaymentResult> Payments
Field Value
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CommTotal
Declaration
public Decimal CommTotal { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CV
Declaration
public Decimal CV { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GroupVolume
Declaration
public Decimal GroupVolume { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
HighRank
Declaration
public int HighRank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
KitLevels
Declaration
public int[] KitLevels { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
LastHighRank
Declaration
public int LastHighRank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastRank
Declaration
public int LastRank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LegVolume
Declaration
public Dictionary<TreeType, Dictionary<LegName, float>> LegVolume { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<TreeType, System.Collections.Generic.Dictionary<LegName, System.Single>> |
|
MerchantId
Declaration
public int MerchantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PeriodKitLevels
Declaration
public int[] PeriodKitLevels { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
PlaceTreeStrongLeg
Declaration
public LegName PlaceTreeStrongLeg { get; set; }
Property Value
PlaceTreeWeakLeg
Declaration
public LegName PlaceTreeWeakLeg { get; set; }
Property Value
PV
Declaration
public Decimal PV { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
QV
Declaration
public Decimal QV { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Rank
Declaration
public int Rank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|