Class PromotionUsageDto.PromotionUsageRow
Represents strongly named DataRow class.
Inheritance
System.Object
PromotionUsageDto.PromotionUsageRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class PromotionUsageRow : DataRow
Properties
Declaration
public Guid CustomerId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public DateTime LastUpdated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public int OrderGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PromotionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PromotionUsageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|