AppliedGiftCard
public class AppliedGiftCard : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
AppliedGiftCard
public AppliedGiftCard(Guid giftCardId, string code, Amount amount)
Properties
Amount
public Amount Amount { get; }
Code
public string Code { get; }
GiftCardId
public Guid GiftCardId { get; }
Methods
DeepClone
public override object DeepClone()