SaaS CMS has officially launched! Learn more now.

Class PromotionUsageDto.PromotionUsageRow

Represents strongly named DataRow class.

Inheritance
System.Object
PromotionUsageDto.PromotionUsageRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class PromotionUsageRow : DataRow

Properties

CustomerId

Declaration
public Guid CustomerId { get; set; }
Property Value
Type Description
System.Guid

LastUpdated

Declaration
public DateTime LastUpdated { get; set; }
Property Value
Type Description
System.DateTime

OrderGroupId

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

PromotionId

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

PromotionUsageId

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

Status

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

Version

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