A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class PromotionUsageDto.PromotionUsageRow

Represents strongly named DataRow class.

Inheritance
System.Object
PromotionUsageDto.PromotionUsageRow
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 9.24.1
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