GiftCardAdjustment
public class GiftCardAdjustment : AmountAdjustment<GiftCardAdjustment>
Inheritance
- class AmountAdjustment<TSelf>
Namespace
Constructors
GiftCardAdjustment
The default constructor.
public GiftCardAdjustment()
GiftCardAdjustment (1 of 2)
public GiftCardAdjustment(GiftCardReadOnly giftCard, Amount amount)
GiftCardAdjustment (2 of 2)
public GiftCardAdjustment(Guid giftCardId, string giftCardCode, Amount amount)
Properties
GiftCardCode
public string GiftCardCode { get; }
GiftCardId
public Guid GiftCardId { get; }