FulfilledDiscount
public class FulfilledDiscount : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
FulfilledDiscount (1 of 2)
public FulfilledDiscount(DiscountReadOnly discount)
FulfilledDiscount (2 of 2)
public FulfilledDiscount(Guid discountId, string discountName, DiscountType discountType)
Properties
DiscountId
public Guid DiscountId { get; }
DiscountName
public string DiscountName { get; }
DiscountType
public DiscountType DiscountType { get; }
Methods
DeepClone
public override object DeepClone()