GiftCardDto
public class GiftCardDto : GiftCardBasicDto
Inheritance
- class GiftCardBasicDto
Namespace
Constructors
GiftCardDto
The default constructor.
public GiftCardDto()
Properties
CurrencyId
public Guid? CurrencyId { get; set; }
ExpiryDate
public DateTime? ExpiryDate { get; set; }
IsActive
public bool IsActive { get; set; }
Properties
public Dictionary<string, PropertyValueDto> Properties { get; set; }